DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on MTL_TRANSACTIONS_INTERFACE

Line 3837: INSERT INTO mtl_transactions_interface

3833: l_position := '060' ;
3834: --gml_sf_log('b4 second insert and locator_id ='||l_locator_id);
3835:
3836: -- Create the record for mtl_transaction_interface_table (MTI)
3837: INSERT INTO mtl_transactions_interface
3838: (transaction_interface_id
3839: , transaction_header_id
3840: , source_code
3841: , source_line_id

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

3897: gmd_debug.put_line('after insert into transaction table:');
3898: END IF;
3899:
3900: --gml_sf_log('b4 call to process transactions and header id ='|| p_header_id);
3901: -- only to test error_code in mtl_transactions_interface uncomment the following commit
3902: -- commit;
3903: --call transaction manager
3904: processed := INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS
3905: (p_api_version => 1.0

Line 4030: p_mmti_rec mtl_transactions_interface%ROWTYPE;

4026: WHERE inventory_item_id = p_item_id
4027: AND organization_id = p_sample.organization_id;
4028:
4029: -- bug 4165704: following added for new GME proc
4030: p_mmti_rec mtl_transactions_interface%ROWTYPE;
4031: p_mmli_tbl gme_common_pvt.mtl_trans_lots_inter_tbl;
4032: x_mmt_rec mtl_material_transactions%ROWTYPE;
4033: x_mmln_tbl gme_common_pvt.mtl_trans_lots_num_tbl;
4034: