DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on MTL_MATERIAL_TRANSACTIONS_S

Line 533: SELECT mtl_material_transactions_s.NEXTVAL

529: --this procedure is called line by line.
530:
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:

Line 539: SELECT mtl_material_transactions_s.NEXTVAL

535: FROM DUAL;
536: END IF;
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