DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_WF_ITEMKEY_S

Line 1775: SELECT PO_WF_ITEMKEY_S.nextval

1771: l_contractor_or_job := l_tl_line_rec.job_name;
1772: END IF;
1773:
1774: -- Get a unique value from the sequence.
1775: SELECT PO_WF_ITEMKEY_S.nextval
1776: INTO l_item_key_seq
1777: FROM dual;
1778:
1779: -- Generate the item key from the PO line ID and the sequence value.