DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on WF_ITEMS

Line 1697: l_item_key WF_ITEMS.item_key%TYPE;

1693: l_is_new_document VARCHAR2(1);
1694: l_contractor_or_job VARCHAR2(500);
1695: l_requester_id PO_REQUISITION_LINES.to_person_id%TYPE;
1696: l_approver_user_name WF_USERS.name%TYPE;
1697: l_item_key WF_ITEMS.item_key%TYPE;
1698: l_item_key_seq NUMBER;
1699: -- bug 12773562 : declaring local variable.
1700: l_clm_document_number varchar2(50);
1701: