DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on WSH_BULK_TYPES_GRP

Line 734: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,

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,
737: x_po_close_rec OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
738: x_msg_data OUT NOCOPY VARCHAR2,

Line 841: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

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;
845:

Line 846: l_po_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;
845:
846: l_po_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
847: l_dd_list WSH_PO_CMG_PVT.dd_list_type;
848:
849: -- Variable to store the last record to be processed in p_matched_detail_rec
850: l_last_valid_det_index NUMBER;

Line 1653: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

1649: l_line_rec_index NUMBER;
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;

Line 1655: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;

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:
1659: l_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type;