DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_UTIL2 dependencies on PO_WF_ITEMKEY_S

Line 248: SELECT po_wf_itemkey_s.NEXTVAL

244: ELSIF ( P_Document_TYPE <> 'RC' ) THEN
245: RAISE invalid_doc_type;
246: END IF;
247:
248: SELECT po_wf_itemkey_s.NEXTVAL
249: INTO l_orig_Event_Key
250: FROM DUAL;
251:
252: l_curr_txn_hist_record.Document_Type := P_Document_Type;