DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_INBOUND_TXN_HISTORY_PKG

Line 2524: -- 3. Finally we call WSH_INBOUND_TXN_HISTORY_PKG.post_process

2520: -- > delivery details that ship_from_location_id as -1.
2521: -- > Then we call WSH_PO_CMG_PVT.Reapprove_PO as the
2522: -- > lines that have been re-opened need to be updated with the
2523: -- > latest information from po shipment lines.
2524: -- 3. Finally we call WSH_INBOUND_TXN_HISTORY_PKG.post_process
2525: -- to set the status of the transaction history record appropriately.
2526: --========================================================================
2527: PROCEDURE revert_matching(
2528: p_api_version_number IN NUMBER,

Line 2835: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_TXN_HISTORY_PKG.POST_PROCESS',WSH_DEBUG_SV.C_PROC_LEVEL);

2831: END IF;
2832: --
2833: --
2834: IF l_debug_on THEN
2835: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_TXN_HISTORY_PKG.POST_PROCESS',WSH_DEBUG_SV.C_PROC_LEVEL);
2836: END IF;
2837: --
2838: --
2839: WSH_INBOUND_TXN_HISTORY_PKG.post_process(

Line 2839: WSH_INBOUND_TXN_HISTORY_PKG.post_process(

2835: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_TXN_HISTORY_PKG.POST_PROCESS',WSH_DEBUG_SV.C_PROC_LEVEL);
2836: END IF;
2837: --
2838: --
2839: WSH_INBOUND_TXN_HISTORY_PKG.post_process(
2840: p_shipment_header_id => p_shipment_header_id,
2841: p_max_rcv_txn_id => NULL,
2842: p_action_code => 'REVERT',
2843: p_txn_type => p_transaction_type,

Line 2849: WSH_DEBUG_SV.log(l_module_name,'Return Status after calling WSH_INBOUND_TXN_HISTORY_PKG.post_process is ', l_return_status);

2845: x_return_status => l_return_status);
2846: --
2847: --
2848: IF l_debug_on THEN
2849: WSH_DEBUG_SV.log(l_module_name,'Return Status after calling WSH_INBOUND_TXN_HISTORY_PKG.post_process is ', l_return_status);
2850: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.API_POST_CALL',WSH_DEBUG_SV.C_PROC_LEVEL);
2851: END IF;
2852: --
2853: --

Line 3257: -- 2. Then we call WSH_INBOUND_TXN_HISTORY_PKG.post_process API

3253: -- WSH_ASN_RECEIPT_PVT.Process_Matched_Txns to match the
3254: -- receipt or ASN. If the p_process_corr_rtv_flag is set to 'Y',
3255: -- then we call WSH_RCV_CORR_RTV_TXN_PKG.process_corrections_and_rtv
3256: -- to match the child transactions for the receipt.
3257: -- 2. Then we call WSH_INBOUND_TXN_HISTORY_PKG.post_process API
3258: -- to set the status of the transaction history record.
3259: -- appropriately
3260: -- 3. The APIs Process_Matched_Txns and process_corrections_and_rtv
3261: -- return the output parameter records that tell us whether

Line 3607: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_TXN_HISTORY_PKG.POST_PROCESS',WSH_DEBUG_SV.C_PROC_LEVEL);

3603: --
3604: -- Debug Statements
3605: --
3606: IF l_debug_on THEN
3607: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_TXN_HISTORY_PKG.POST_PROCESS',WSH_DEBUG_SV.C_PROC_LEVEL);
3608: WSH_DEBUG_SV.log(l_module_name,'p_shipment_line_id_tab.count', p_shipment_line_id_tab.count);
3609: END IF;
3610: --
3611: -- This was added as a part of the changes to support matching of

Line 3640: WSH_INBOUND_TXN_HISTORY_PKG.post_process(

3636: l_max_rcv_txn_id := p_max_rcv_txn_id;
3637: --}
3638: END IF;
3639: --
3640: WSH_INBOUND_TXN_HISTORY_PKG.post_process(
3641: p_shipment_header_id => p_shipment_header_id,
3642: p_max_rcv_txn_id => l_max_rcv_txn_id,
3643: p_action_code => 'MATCHED',
3644: p_txn_type => p_transaction_type,

Line 3651: WSH_DEBUG_SV.log(l_module_name,'Return Status after calling WSH_INBOUND_TXN_HISTORY_PKG.post_process is ', l_return_status);

3647: --
3648: -- Debug Statements
3649: --
3650: IF l_debug_on THEN
3651: WSH_DEBUG_SV.log(l_module_name,'Return Status after calling WSH_INBOUND_TXN_HISTORY_PKG.post_process is ', l_return_status);
3652: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_CORE.API_POST_CALL',WSH_DEBUG_SV.C_PROC_LEVEL);
3653: END IF;
3654: --
3655: wsh_util_core.api_post_call(