DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on PO_WF_ITEMKEY_S

Line 776: SELECT TO_CHAR (l_document_id)||'-'||TO_CHAR (po_wf_itemkey_s.nextval)

772: ||g_next_approvers(l_approver_index).name);
773: END IF;
774:
775: --Fetch new item key
776: SELECT TO_CHAR (l_document_id)||'-'||TO_CHAR (po_wf_itemkey_s.nextval)
777: INTO l_item_key
778: FROM sys.dual;
779:
780: --Create the parallel process