DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_RCV_CORR_RTV_TXN_PKG

Line 440: -- > WSH_RCV_CORR_RTV_TXN_PKG.process_remaining_req_quantity

436: --
437: -- > If the total returned quantity of the closed details
438: -- > is less than the total requested quantity of the
439: -- > open delivery details, then we call the API
440: -- > WSH_RCV_CORR_RTV_TXN_PKG.process_remaining_req_quantity
441: -- > with the action_code 'REVERT_MATCH'
442: -- > and passing a negative value of the total returned quantity
443: -- > for that po_line_location_id.
444: --

Line 591: l_rcv_rtv_rec WSH_RCV_CORR_RTV_TXN_PKG.rem_req_qty_rec_type;

587: l_unassign_det_id_tab wsh_util_core.id_tab_type;
588: l_delivery_id_tab wsh_util_core.id_tab_type;
589: l_status_code_tab wsh_util_core.column_tab_type;
590:
591: l_rcv_rtv_rec WSH_RCV_CORR_RTV_TXN_PKG.rem_req_qty_rec_type;
592: l_det_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
593: l_det_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
594: l_line_rec OE_WSH_BULK_GRP.Line_rec_type;
595:

Line 604: l_pr_rem_in_rec WSH_RCV_CORR_RTV_TXN_PKG.action_in_rec_type;

600: l_num_warnings NUMBER := 0;
601: l_msg_count NUMBER;
602: l_msg_data VARCHAR2(32767);
603:
604: l_pr_rem_in_rec WSH_RCV_CORR_RTV_TXN_PKG.action_in_rec_type;
605:
606: l_del_cache_tbl wsh_util_core.key_value_tab_type;
607: l_del_ext_cache_tbl wsh_util_core.key_value_tab_type;
608:

Line 812: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_REMAINING_REQ_QUANTITY',WSH_DEBUG_SV.C_PROC_LEVEL);

808: --
809: -- Debug Statements
810: --
811: IF l_debug_on THEN
812: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_REMAINING_REQ_QUANTITY',WSH_DEBUG_SV.C_PROC_LEVEL);
813: END IF;
814: --
815: l_pr_rem_in_rec.action_code := 'REVERT_MATCH';
816: WSH_RCV_CORR_RTV_TXN_PKG.process_remaining_req_quantity (

Line 816: WSH_RCV_CORR_RTV_TXN_PKG.process_remaining_req_quantity (

812: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_REMAINING_REQ_QUANTITY',WSH_DEBUG_SV.C_PROC_LEVEL);
813: END IF;
814: --
815: l_pr_rem_in_rec.action_code := 'REVERT_MATCH';
816: WSH_RCV_CORR_RTV_TXN_PKG.process_remaining_req_quantity (
817: p_rem_req_qty_rec => l_rcv_rtv_rec,
818: p_in_rec => l_pr_rem_in_rec,
819: x_return_status => l_return_status);
820: --

Line 3228: -- WSH_RCV_CORR_RTV_TXN_PKG.

3224: -- p_process_asn_rcv_flag Flag to decide whether to call
3225: -- WSH_ASN_RECEIPT_PVT.Process_Matched_Txns
3226: -- or not to match the ASN or Receipt.
3227: -- p_process_corr_rtv_flag Flag to decide whether to call
3228: -- WSH_RCV_CORR_RTV_TXN_PKG.
3229: -- process_corrections_and_rtv or not
3230: -- match the corrections, rtv transactions.
3231: -- p_object_version_number current object version of the
3232: -- transaction record in

Line 3255: -- then we call WSH_RCV_CORR_RTV_TXN_PKG.process_corrections_and_rtv

3251: -- p_process_corr_rtv_flag. If the p_process_asn_rcv_flag
3252: -- is set to 'Y', then we call
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

Line 3299: l_corr_rtv_out_rec WSH_RCV_CORR_RTV_TXN_PKG.corr_rtv_out_rec_type;

3295: l_msg_count NUMBER;
3296: l_msg_data VARCHAR2(32767);
3297: l_process_asn_rcv_count NUMBER := 0;
3298: l_pr_corr_rtv_count NUMBER := 0;
3299: l_corr_rtv_out_rec WSH_RCV_CORR_RTV_TXN_PKG.corr_rtv_out_rec_type;
3300:
3301: -- This cursor is used to obtain the matched delivery details from
3302: -- the global temporary table wsh_inbound_del_lines_temp.
3303: -- Please refer to the file WSHILTMP.sql for details about this table

Line 3573: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_CORRECTIONS_AND_RTV',WSH_DEBUG_SV.C_PROC_LEVEL);

3569: --
3570: -- Debug Statements
3571: --
3572: IF l_debug_on THEN
3573: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_CORRECTIONS_AND_RTV',WSH_DEBUG_SV.C_PROC_LEVEL);
3574: END IF;
3575: --
3576: l_corr_rtv_action_prms.action_code := p_transaction_type;
3577: WSH_RCV_CORR_RTV_TXN_PKG.process_corrections_and_rtv (

Line 3577: WSH_RCV_CORR_RTV_TXN_PKG.process_corrections_and_rtv (

3573: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_RCV_CORR_RTV_TXN_PKG.PROCESS_CORRECTIONS_AND_RTV',WSH_DEBUG_SV.C_PROC_LEVEL);
3574: END IF;
3575: --
3576: l_corr_rtv_action_prms.action_code := p_transaction_type;
3577: WSH_RCV_CORR_RTV_TXN_PKG.process_corrections_and_rtv (
3578: p_rtv_corr_in_rec => l_line_rec,
3579: p_matched_detail_rec => l_ib_del_det_rec,
3580: p_action_prms => l_corr_rtv_action_prms,
3581: p_rtv_corr_out_rec => l_corr_rtv_out_rec,