DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on WF_ITEMS

Line 1465: l_item_key WF_ITEMS.item_key%TYPE;

1461: l_is_new_document VARCHAR2(1);
1462: l_contractor_or_job VARCHAR2(500);
1463: l_requester_id PO_REQUISITION_LINES.to_person_id%TYPE;
1464: l_approver_user_name WF_USERS.name%TYPE;
1465: l_item_key WF_ITEMS.item_key%TYPE;
1466: l_item_key_seq NUMBER;
1467: BEGIN
1468: -- Do nothing if the Workflow mode is Cancel or Timeout.
1469: if (funcmode <> wf_engine.eng_run) then