DBA Data[Home] [Help]

APPS.INV_ONHAND_BALANCE dependencies on DUAL

Line 334: FROM DUAL;

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;
337: l_curr_txn_hist_record.Document_Direction := 'O';
338: l_curr_txn_hist_record.Entity_Number := P_Entity_ID;

Line 511: from dual;

507: begin
508:
509: select mtl_txns_history_s.nextval
510: into l_entity_id
511: from dual;
512:
513: exception
514: when others then
515: l_entity_id := -1;