DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on FND_REQUEST

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

4331: UPDATE mtl_material_transactions_temp
4332: SET transaction_mode = inv_txn_manager_pub.proc_mode_mmtt_async
4333: WHERE transaction_header_id = p_trx_hdr_id;
4334:
4335: l_req_id := fnd_request.submit_request(application => 'INV', program => 'INVMBTRX', argument1 => p_trx_hdr_id);
4336: COMMIT; -- Need to commit for the request to be submitted
4337:
4338: IF (l_req_id = 0) THEN
4339: -- display error message