DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on FND_REQUEST

Line 4038: l_req_id := fnd_request.submit_request(application => 'INV', program => 'INVMBTRX', argument1 => p_trx_hdr_id);

4034: UPDATE mtl_material_transactions_temp
4035: SET transaction_mode = inv_txn_manager_pub.proc_mode_mmtt_async
4036: WHERE transaction_header_id = p_trx_hdr_id;
4037:
4038: l_req_id := fnd_request.submit_request(application => 'INV', program => 'INVMBTRX', argument1 => p_trx_hdr_id);
4039: COMMIT; -- Need to commit for the request to be submitted
4040:
4041: IF (l_req_id = 0) THEN
4042: -- display error message