DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_WF_ITEMKEY_S

Line 1533: SELECT PO_WF_ITEMKEY_S.nextval

1529: l_contractor_or_job := l_tl_line_rec.job_name;
1530: END IF;
1531:
1532: -- Get a unique value from the sequence.
1533: SELECT PO_WF_ITEMKEY_S.nextval
1534: INTO l_item_key_seq
1535: FROM dual;
1536:
1537: -- Generate the item key from the PO line ID and the sequence value.