DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on INV_LPN_TRX_PUB

Line 11527: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11523: -- WIP issue
11524: --
11525: IF (WMS_CONTROL.get_current_release_level >= INV_RELEASE.get_j_release_level)
11526: THEN
11527: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11528: ( p_trx_hdr_id => l_txn_header_id
11529: , p_commit => fnd_api.g_false
11530: , p_proc_mode => 1
11531: , x_proc_msg => l_msg_data

Line 11669: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11665: -- For Pick Drop, call label printing after TM, do not pass business flow to TM
11666: -- For other business flow, call labels through TM
11667:
11668: IF l_flow = inv_label.wms_bf_pick_drop THEN
11669: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11670: ( p_trx_hdr_id => l_txn_header_id
11671: , p_commit => fnd_api.g_false
11672: , p_proc_mode => 1
11673: , x_proc_msg => l_msg_data

Line 11681: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11677: -- TM call for Replenishment Drop will come here
11678: IF (l_debug = 1) THEN
11679: mydebug('TEST: Going to call TM for Replenishment Drop................ ');
11680: END IF;
11681: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11682: ( p_trx_hdr_id => l_txn_header_id
11683: , p_commit => fnd_api.g_false
11684: , p_proc_mode => 1
11685: , x_proc_msg => l_msg_data