DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_LPN_TRX_PUB

Line 6936: l_ret := inv_lpn_trx_pub.process_lpn_trx(

6932: END IF;
6933:
6934: -- Call TM for Pack/Unpack the given lpn
6935: IF (l_is_tm_call_needed = TRUE) THEN
6936: l_ret := inv_lpn_trx_pub.process_lpn_trx(
6937: p_trx_hdr_id => l_trx_header_id,
6938: p_commit => fnd_api.g_false,
6939: x_proc_msg => x_msg_data,
6940: p_atomic => fnd_api.g_true);

Line 9119: l_return_status :=inv_lpn_trx_pub.process_lpn_trx

9115: DEBUG('xxx: Calling process_lpn_trx','transfer_contents',9);
9116: DEBUG(' (p_trx_hdr_id => ' || l_hdr_id,'transfer_contents',9);
9117: END IF;
9118:
9119: l_return_status :=inv_lpn_trx_pub.process_lpn_trx
9120: (p_trx_hdr_id => l_hdr_id
9121: ,p_proc_mode => 1
9122: ,p_commit => fnd_api.g_false
9123: ,x_proc_msg => x_msg_data);

Line 11131: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(

11127: DEBUG('complete_putaway_wrapper: INV or WIP LPN. Am calling the Inventory TM with txn_header_id ' || l_new_txn_header_id, l_proc_name);
11128: END IF;
11129:
11130: IF p_lpn_context = 2 THEN
11131: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(
11132: p_trx_hdr_id => l_new_txn_header_id
11133: , p_commit => fnd_api.g_false
11134: , x_proc_msg => x_msg_data
11135: , p_business_flow_code => l_business_flow_code

Line 11138: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(

11134: , x_proc_msg => x_msg_data
11135: , p_business_flow_code => l_business_flow_code
11136: , p_proc_mode => 1);
11137: ELSE
11138: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(
11139: p_trx_hdr_id => l_new_txn_header_id
11140: , p_commit => fnd_api.g_false
11141: , x_proc_msg => x_msg_data
11142: , p_business_flow_code => l_business_flow_code);