DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_LPN_TRX_PUB

Line 7798: l_ret := inv_lpn_trx_pub.process_lpn_trx(

7794: END IF;
7795:
7796: -- Call TM for Pack/Unpack the given lpn
7797: IF (l_is_tm_call_needed = TRUE) THEN
7798: l_ret := inv_lpn_trx_pub.process_lpn_trx(
7799: p_trx_hdr_id => l_trx_header_id,
7800: p_commit => fnd_api.g_false,
7801: x_proc_msg => x_msg_data,
7802: p_atomic => fnd_api.g_true);

Line 9988: l_return_status :=inv_lpn_trx_pub.process_lpn_trx

9984: DEBUG('xxx: Calling process_lpn_trx','transfer_contents',9);
9985: DEBUG(' (p_trx_hdr_id => ' || l_hdr_id,'transfer_contents',9);
9986: END IF;
9987:
9988: l_return_status :=inv_lpn_trx_pub.process_lpn_trx
9989: (p_trx_hdr_id => l_hdr_id
9990: ,p_proc_mode => 1
9991: ,p_commit => fnd_api.g_false
9992: ,x_proc_msg => x_msg_data);

Line 12100: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(

12096: 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);
12097: END IF;
12098:
12099: IF p_lpn_context = 2 THEN
12100: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(
12101: p_trx_hdr_id => l_new_txn_header_id
12102: , p_commit => fnd_api.g_false
12103: , x_proc_msg => x_msg_data
12104: , p_business_flow_code => l_business_flow_code

Line 12107: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(

12103: , x_proc_msg => x_msg_data
12104: , p_business_flow_code => l_business_flow_code
12105: , p_proc_mode => 1);
12106: ELSE
12107: l_txn_ret := inv_lpn_trx_pub.process_lpn_trx(
12108: p_trx_hdr_id => l_new_txn_header_id
12109: , p_commit => fnd_api.g_false
12110: , x_proc_msg => x_msg_data
12111: , p_business_flow_code => l_business_flow_code);