DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on INV_TXN_MANAGER_PUB

Line 3904: processed := INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS

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
3906: ,p_init_msg_list => fnd_api.g_false
3907: ,p_commit => fnd_api.g_false
3908: ,p_validation_level => p_validation_level

Line 3918: gmd_debug.put_line('after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS status ='||processed);

3914: ,p_header_id => p_header_id); -- foreign key to MTI, can be null
3915:
3916: --gml_sf_log('after call and return value='||processed||' and status='||x_return_status);
3917: IF (l_debug = 'Y') THEN
3918: gmd_debug.put_line('after INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS status ='||processed);
3919: END IF;
3920:
3921: IF processed < 0 THEN
3922: -- x_message_count and x_msg_data is already populated