DBA Data[Home] [Help]

APPS.INV_ONHAND_BALANCE dependencies on PO_WF_ITEMKEY_S

Line 332: SELECT po_wf_itemkey_s.NEXTVAL

328: ELSIF ( P_Document_TYPE <> 'ONHAND' ) THEN
329: RAISE invalid_doc_type;
330: END IF;
331:
332: SELECT po_wf_itemkey_s.NEXTVAL
333: INTO l_orig_Event_Key
334: FROM DUAL;
335:
336: l_curr_txn_hist_record.Document_Type := P_Document_Type;