DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on OE_WSH_BULK_GRP

Line 732: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,

728: -- 8. Then we handle the return status.
729: --========================================================================
730:
731: PROCEDURE process_corrections_and_rtv (
732: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,
733: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
734: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
735: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
736: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

Line 736: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

732: p_rtv_corr_in_rec IN OE_WSH_BULK_GRP.Line_rec_type,
733: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
734: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
735: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
736: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
737: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
738: x_msg_data OUT NOCOPY VARCHAR2,
739: x_msg_count OUT NOCOPY NUMBER,
740: x_return_status OUT NOCOPY VARCHAR2)

Line 737: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

733: p_matched_detail_rec IN OUT NOCOPY WSH_IB_UI_RECON_GRP.asn_rcv_del_det_rec_type,
734: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
735: p_rtv_corr_out_rec OUT NOCOPY corr_rtv_out_rec_type,
736: x_po_cancel_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
737: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
738: x_msg_data OUT NOCOPY VARCHAR2,
739: x_msg_count OUT NOCOPY NUMBER,
740: x_return_status OUT NOCOPY VARCHAR2)
741: IS

Line 834: l_line_rec OE_WSH_BULK_GRP.line_rec_type;

830: l_unassigned_lpn_id_tab wsh_util_core.id_tab_type;
831: l_delete_lpn_id_tab wsh_util_core.id_tab_type;
832: l_wv_recalc_del_id_tab wsh_util_core.id_tab_type;
833:
834: l_line_rec OE_WSH_BULK_GRP.line_rec_type;
835: -- the following variables are defined for caching the po line location id
836: l_po_line_loc_cache_tbl wsh_util_core.key_value_tab_type;
837: l_po_line_loc_ext_cache_tbl wsh_util_core.key_value_tab_type;
838:

Line 839: --l_cancel_line_rec OE_WSH_BULK_GRP.line_rec_type;

835: -- the following variables are defined for caching the po line location id
836: l_po_line_loc_cache_tbl wsh_util_core.key_value_tab_type;
837: l_po_line_loc_ext_cache_tbl wsh_util_core.key_value_tab_type;
838:
839: --l_cancel_line_rec OE_WSH_BULK_GRP.line_rec_type;
840: --l_close_line_rec OE_WSH_BULK_GRP.line_rec_type;
841: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
842: l_po_status_rec PO_STATUS_REC_TYPE;
843: l_unassign_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;

Line 840: --l_close_line_rec OE_WSH_BULK_GRP.line_rec_type;

836: l_po_line_loc_cache_tbl wsh_util_core.key_value_tab_type;
837: l_po_line_loc_ext_cache_tbl wsh_util_core.key_value_tab_type;
838:
839: --l_cancel_line_rec OE_WSH_BULK_GRP.line_rec_type;
840: --l_close_line_rec OE_WSH_BULK_GRP.line_rec_type;
841: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
842: l_po_status_rec PO_STATUS_REC_TYPE;
843: l_unassign_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
844: l_pr_rem_in_rec WSH_RCV_CORR_RTV_TXN_PKG.action_in_rec_type;

Line 1654: l_line_rec OE_WSH_BULK_GRP.line_rec_type;

1650: l_req_qty_uom VARCHAR2(30);
1651: l_ordered_quantity NUMBER;
1652: l_ordered_quantity2 NUMBER;
1653: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
1654: l_line_rec OE_WSH_BULK_GRP.line_rec_type;
1655: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;
1656: l_header_ids wsh_util_core.id_tab_type;
1657: l_dd_list WSH_PO_CMG_PVT.dd_list_type;
1658: