How to know through back end employee position in Requisition approval

Hi all,
I have one Employee_id ,how to know this employee has a authority to approve the requisition through back end. what is the link between
per_all_people_f and PO_POSITION_CONTROLS_all.
Thanks

hi
I have one small doubut, what is the differnce in the PO_Requisiiton_headers_all Table Have PREPARER_ID and PO_action_history table Have Empolyee_id and also in po_action_history have created by .what is the main differnce between thease three PREPARER_ID,empolyee_id and created_by .
Ex :- select created_by,last_updated_by,PREPARER_ID,creation_date,last_update_date
from apps.po_requisition_headers_all where requisition_header_id=6731548
O:P- created by last_updated_by prepaper_id creation_date last_update_date
1216 83867 72208 5/26/2009 8:48:59 AM 5/26/2009 12:41:19 PM
select created_by,last_updated_by,employee_id,action_code,creation_date,last_update_date
from apps.po_action_history where object_id=6731548 order by sequence_num
CREATED_BY, LAST_UPDATED_BY, EMPLOYEE_ID, ACTION_CODE, CREATION_DATE, LAST_UPDATE_DATE
1216, 1216, 72208, IMPORT, 5/26/2009 8:48:59 AM, 5/26/2009 8:49:27 AM
1216, 1216, 72208, SUBMIT, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:41 AM
1216, 1216, 72208, RESERVE, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:42 AM
1216, 1216, 72208, FORWARD, 5/26/2009 8:55:42 AM, 5/26/2009 8:55:43 AM
1216, 83867, 72208, APPROVE, 5/26/2009 8:55:43 AM, 5/26/2009 12:41:13 PM
My Mian Problem is why same employee forward him self to approve the requisiiton.
but his last updated_by is different.
I am not Understanding the functionality of this .
Thanks

Similar Messages

  • How to find through back end workflow Agent Listener is runnning or not

    Hi all,
    How to find through backend workflow Agent Listener is runnning or not.
    Thanks

    Reddy,
    Simple way to find if it is running or not can be done by below
    SQL> select COMPONENT_NAME,COMPONENT_STATUS from fnd_svc_components;
    COMPONENT_NAME COMPONENT_STATUS
    ECX Inbound Agent Listener STOPPED
    ECX Transaction Agent Listener STOPPED
    Workflow Deferred Agent Listener DEACTIVATED_SYSTEM
    Workflow Deferred Notification Agent Listener DEACTIVATED_SYSTEM
    Workflow Error Agent Listener RUNNING
    Workflow Inbound Notifications Agent Listener RUNNING
    Workflow Notification Mailer DEACTIVATED_SYSTEM
    Thanks,
    baskar.l

  • How to find through back end for particular report any patches is applied

    Hi,
    How to find out any patches is applied for particular report.

    Are you talking about eBusiness-reports? Then post your quetsion in the eBusiness-forum OA Framework

  • MO Opearting UNIT value update through back end

    Friends,
    I have a MO: Default operatng UNIT and MO: operatng UNIT defined in my Oracle apps 11i.
    and by mistake i deleted both theses values through system profile options.
    and now i would like to update the MO values through back end .
    please let me know the table related to these and as which user i have to update.
    Regards,
    Arun

    I have a MO: Default operatng UNIT and MO: operatng UNIT defined in my Oracle apps 11i.
    and by mistake i deleted both theses values through system profile options.
    and now i would like to update the MO values through back end .
    please let me know the table related to these and as which user i have to update.When you remove the MO:Operating Unit Profile option value at site level, no user will be able to login to the system and even SYSADMIN user also.
    follow the document and see if it helps
    How to Restore System Profile 'MO: Operating Unit' When it Has Been Set to Blank Doc ID: 387581.1
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387581.1
    Morever, if you want to prevent this type of mistakes in future,
    please follow the below document
    How To Prevent the Profile Option MO: Operating Unit being set to NULL at Site Level? Doc ID: 393560.1
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393560.1

  • Disable user's responsibility through back end

    Hi ,
    Is there any API , except "fnd_user_pkg " to disable the user's responsibility through back end . fnd_user_pkg is working , but there is bug also . As it's updating both the end_date and start_date . That's problematic from the auditing point of view ..
    Regds
    Rahul

    Hi Rahul;
    Please check below and see its helpful for your issue:
    for disable any responsibility we are end date that from front end:
    for disable any responsibility we are end date that from front end.
    Java API to Disable responsibility in a controller
    Java API to Disable responsibility in a controller
    Also check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=+disable+the+user%27s+responsibility+&objID=c3&dateRange=all&userID=&numResults=15]
    Regard
    Helios

  • How to find out back end mapping program for Idoc ?

    HI Experts,
    Iam new to ALE IIDOCS .. i have a issue in existing idoc .
    Some data maping problem is there in the existing idocs
    I need to find out back end program for this perticular idoc  no .
    Exactly where they have written the maping code  .
    How to find out this ?
    is there any preceedure to trace the back end program based on the idoc number .
    Regards
    RameshG

    Hi Ramesh,
    If you are looking at Inbound que then we generally double click on idoc go to control datat info and then take partner data info there
    Goto we20 check teh system and there double click the message type and there in inbound option double clik the porcess code it gives you one FM where you can see logic written to process that IDOC
    Regards,
    Poornima

  • Maintain CUBE through back end

    Hii
    I want to write a procedure which generate CUBE from back end. Is is possible? What is the method?
    Aneesh

    hi
    I have one small doubut, what is the differnce in the PO_Requisiiton_headers_all Table Have PREPARER_ID and PO_action_history table Have Empolyee_id and also in po_action_history have created by .what is the main differnce between thease three PREPARER_ID,empolyee_id and created_by .
    Ex :- select created_by,last_updated_by,PREPARER_ID,creation_date,last_update_date
    from apps.po_requisition_headers_all where requisition_header_id=6731548
    O:P- created by last_updated_by prepaper_id creation_date last_update_date
    1216 83867 72208 5/26/2009 8:48:59 AM 5/26/2009 12:41:19 PM
    select created_by,last_updated_by,employee_id,action_code,creation_date,last_update_date
    from apps.po_action_history where object_id=6731548 order by sequence_num
    CREATED_BY, LAST_UPDATED_BY, EMPLOYEE_ID, ACTION_CODE, CREATION_DATE, LAST_UPDATE_DATE
    1216, 1216, 72208, IMPORT, 5/26/2009 8:48:59 AM, 5/26/2009 8:49:27 AM
    1216, 1216, 72208, SUBMIT, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:41 AM
    1216, 1216, 72208, RESERVE, 5/26/2009 8:55:41 AM, 5/26/2009 8:55:42 AM
    1216, 1216, 72208, FORWARD, 5/26/2009 8:55:42 AM, 5/26/2009 8:55:43 AM
    1216, 83867, 72208, APPROVE, 5/26/2009 8:55:43 AM, 5/26/2009 12:41:13 PM
    My Mian Problem is why same employee forward him self to approve the requisiiton.
    but his last updated_by is different.
    I am not Understanding the functionality of this .
    Thanks

  • How to know if there are more positive or negative numbers?

    I will try to explain my problem with an example, since in the computer I don't have labVIEW installed.
    I have 10 numbers and multiply it for 10 other numbers
    and of course i will have 10 results, after it I have to show the meddium value of this 10 results and have to show the signal that most appear (+ or -)
    My problem is to show the signal, if I have 7 negative numbers and 3 positive numbers, how can I measure it and show the negative signal in the final?
    example:
    -0,3 -0,8 1 0,3 0,6 -0,7 -0,1 -0,5 0,3 -0,4
    So i have to put in the final:
    - 0,5
    Thanks
    Solved!
    Go to Solution.

    Here is code that gives you -0.5 from the given data. Still, sounds pretty useless.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    minuszeropointfive.png ‏2 KB

  • How to know through code if the web page is modified on a particular site ?

    Hi all..
    I have an application developed using struts framework. In my application i accept URL from user and
    then connect to that URL. After that i retrieve the contents of that URL and do further processing. I have an action class which does these things. I store these processed contents in database along with the URL.
    The requirement is that if some other user requests with the same URL in my application, that time already processed data from database shall be used.
    As we know web sites keep on modifying its pages from time to time. I want some routine with which i can check if the issued URL ( specific web page ) is actually modified or not. It it is so , i will connect to actual URL and if no then i will use the data already stored in database . Is that possible ?
    What are the possible ways to implement the same ?
    Can any one have solution in this regard ?
    Thanks in advance..
    Prasad

    Use Ajaxical polls to inform the server if there isn't any update. If so, change page accordingly using JS+DOM.
    You can't do that from the server side on. The HTTP protocol fortunately disallows pushing responses.

  • Bringing back person to position relationships of a particular Org unit

    Dear Gurus,
    Do let me know how can I bring back person to position relationships of a particular Org unit only. I had used transaction code RHINTE00 but it executes for the whole structure. Please guide me through this.
    Regards,
    Aks

    Dear Friends,
    Actually this is not about one or two positions, there are 100 to 200 positions involved. This situation arises when I create a new org structure as well as new positions & transport it from development to production server and the relationship between old positions & their holders gets vanished in org structure in production server. Usually I use the transaction code RHINTE00 to bring back the same. But what i need is a transaction code by which I can bring back those relationships in batch input method.
    Regards,
    Aks

  • How to know applied date in ESS leave request

    Hi all,
    How to know on which date employee has created a leave request in ESS.In which table this data is available?
    Thanks and Regards,
    Rajesh

    Hi Rajesh,
    Could you post the answer. I am looking for the answer! I would appreciate your help.
    Regards,
    PG.

  • HT6058 i hate ios7 please tell me how i can go back to ios6

    i hate ios7 please tell me how i can go back to ios6

    Sadly, Apple has no approved method to downgrade the version of iOS on your iDevice. You can voice your displeasure with the iOS by leaving feedback at the appropriate subsection from the link below.
    http://www.apple.com/feedback/

  • Effects on back end correction

    Hi,
    Can anyone please share, what are the effects on the back end - modification's?
    Thanks,
    Lavanya

    Lavan ya wrote:
    Hi,
    Can anyone please share, what are the effects on the back end - modification's?
    Thanks,
    LavanyaHi Lavanya,
    It is not advisable to do back end modifications. Any modification you do to the Standard Apps tables may or may not impact the system adversely. If the tables are custom tables, it is up to you to decide whether to update or not depending on its impact on your custom processes.
    If you update the standard Oracle tables, you will not get support from Oracle if there is an issue due to the backend updates.
    I would advise to raise an SR, propose your datafix to Oracle Support. In some cases Oracle Development can review the datafix and it is found ok, they will approve the datafix. Do not make any back end updates without Oracle's Approval.
    Hope this helps!
    Thanks,
    Sathish Raju
    [www.projectsaccounting.com|www.projectsaccounting.com]

  • Just updated to 7.04 and do not like the new interface - lacking color, etc.  how do I change back

    Just updated to 7.04 and do not like new interface - lacking color, too touch, etc.  How do i change back?

    Sadly, Apple has no approved method to downgrade the version of iOS on your iDevice. You can voice your displeasure with the iOS by leaving feedback at the appropriate subsection from the link below.
    http://www.apple.com/feedback/

  • How to know the status of concurrent program from back-end in oracle apps

    Hi,
    Can you please explain me step by step how to know the status of the concurrent program from back end in oracle apps.
    Thanks,
    Raj

    When a record is being updated by a form, if you create a Pre-Update trigger on the block, the trigger will run for each record being updated.
    Same thing happens with a Pre-Insert and Pre-Delete trigger.

Maybe you are looking for

  • Ageing (Aging)  Report for Finished Goods Inventory

    Dear SAP Members, The client would like to analyze the ageing (aging) of their finished goods inventory in the system. Could you please share any report in the system which would serve this purpose. Regards, Mohammed Ali Khan.

  • Can I add a secondary location for Final Cut Pro Documents?

    Hi Guys, I'm working on a large project which has taken up most of my 2tb hard drive which I use for my final cut pro documents (capture scratch, render files etc). Is it possible if I plug in another hard drive to use that as a secondary location fo

  • Can't drag and drop music to iphone5

    I updated to the latest Itunes, plugged my new Iphone5 in and "restore from previous Iphone back up"  It did it fine, then i went to manage music manually and  checked the boxes for all the artists I wanted on my new phone. Sync it to my phone and al

  • Subsequent debit with excise

    Hi We are reciving the subsequent invoices for the last one month PO's with excise components How we can take the credit of Cenvat and control the valuation of the material.(as, some stock must be consumed) With Regards Niti Narayan

  • The USB port in the back of the Hub

    Can I plug in a portable hard drive into the USB port in the back of the BT Hub, so the files on the drive will be available to all pc's on my home network? Solved! Go to Solution.