DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on INV_LPN_TRX_PUB

Line 11663: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11659: -- WIP issue
11660: --
11661: IF (WMS_CONTROL.get_current_release_level >= INV_RELEASE.get_j_release_level)
11662: THEN
11663: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11664: ( p_trx_hdr_id => l_txn_header_id
11665: , p_commit => fnd_api.g_false
11666: , p_proc_mode => 1
11667: , x_proc_msg => l_msg_data

Line 11818: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11814: -- For Pick Drop, call label printing after TM, do not pass business flow to TM
11815: -- For other business flow, call labels through TM
11816:
11817: IF l_flow = inv_label.wms_bf_pick_drop THEN
11818: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11819: ( p_trx_hdr_id => l_txn_header_id
11820: , p_commit => fnd_api.g_false
11821: , p_proc_mode => 1
11822: , x_proc_msg => l_msg_data

Line 11830: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx

11826: -- TM call for Replenishment Drop will come here
11827: IF (l_debug = 1) THEN
11828: mydebug('TEST: Going to call TM for Replenishment Drop................ ');
11829: END IF;
11830: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx
11831: ( p_trx_hdr_id => l_txn_header_id
11832: , p_commit => fnd_api.g_false
11833: , p_proc_mode => 1
11834: , x_proc_msg => l_msg_data