DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on DUAL

Line 535: FROM DUAL;

531: IF (x_transaction_header_id IS NULL) THEN
532: -- get the transaction_header_id
533: SELECT mtl_material_transactions_s.NEXTVAL
534: INTO x_transaction_header_id
535: FROM DUAL;
536: END IF;
537:
538: -- get the transaction_temp_id
539: SELECT mtl_material_transactions_s.NEXTVAL

Line 541: FROM DUAL;

537:
538: -- get the transaction_temp_id
539: SELECT mtl_material_transactions_s.NEXTVAL
540: INTO l_mmtt_row.transaction_temp_id
541: FROM DUAL;
542:
543: --we need to construct/insert a record in mmtt
544:
545: l_mmtt_row.transaction_header_id := x_transaction_header_id;