DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on MTL_TRANSACTIONS_INTERFACE

Line 4475: INSERT INTO mtl_transactions_interface

4471: l_position := '060' ;
4472: --gml_sf_log('b4 second insert and locator_id ='||l_locator_id);
4473:
4474: -- Create the record for mtl_transaction_interface_table (MTI)
4475: INSERT INTO mtl_transactions_interface
4476: (transaction_interface_id
4477: , transaction_header_id
4478: , source_code
4479: , source_line_id

Line 4543: -- only to test error_code in mtl_transactions_interface uncomment the following commit

4539: gmd_debug.put_line('after insert into transaction table:');
4540: END IF;
4541:
4542: --gml_sf_log('b4 call to process transactions and header id ='|| p_header_id);
4543: -- only to test error_code in mtl_transactions_interface uncomment the following commit
4544: -- commit;
4545: --call transaction manager
4546: processed := INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS
4547: (p_api_version => 1.0

Line 4675: p_mmti_rec mtl_transactions_interface%ROWTYPE;

4671: WHERE inventory_item_id = p_item_id
4672: AND organization_id = p_sample.organization_id;
4673:
4674: -- bug 4165704: following added for new GME proc
4675: p_mmti_rec mtl_transactions_interface%ROWTYPE;
4676: p_mmli_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;
4677: x_mmt_rec mtl_material_transactions%ROWTYPE;
4678: x_mmln_tbl gme_common_pvt.mtl_trans_lots_num_tbl;
4679: