DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on OE_WSH_BULK_GRP

Line 594: l_line_rec OE_WSH_BULK_GRP.Line_rec_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:
596: l_return_status VARCHAR2(1);
597: i NUMBER;
598: l_del_index NUMBER;

Line 2555: l_line_rec OE_WSH_BULK_GRP.Line_rec_type;

2551: l_child_txn_sts VARCHAR2(32767);
2552: l_receipt_num VARCHAR2(32767);
2553: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
2554: l_cancel_asn_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2555: l_line_rec OE_WSH_BULK_GRP.Line_rec_type;
2556: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;
2557: l_return_status VARCHAR2(1);
2558:
2559: l_dd_list WSH_PO_CMG_PVT.dd_list_type;

Line 3288: l_line_rec OE_WSH_BULK_GRP.Line_rec_type;

3284: l_api_version_number CONSTANT NUMBER := 1.0;
3285: l_api_name CONSTANT VARCHAR2(30):= 'match_shipments';
3286: l_asn_rcv_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
3287: l_corr_rtv_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
3288: l_line_rec OE_WSH_BULK_GRP.Line_rec_type;
3289: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;
3290: l_return_status VARCHAR2(1);
3291: l_num_errors NUMBER := 0;
3292: l_num_warnings NUMBER := 0;

Line 3356: l_asn_rcv_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;

3352: l_header_ship_from_loc_id NUMBER; -- IB-Phase-2
3353: l_ib_del_det_rec asn_rcv_del_det_rec_type;
3354: l_ib_det_count NUMBER := 0;
3355:
3356: l_asn_rcv_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3357: l_asn_rcv_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3358: l_rtv_corr_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3359: l_rtv_corr_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3360:

Line 3357: l_asn_rcv_po_close_rec OE_WSH_BULK_GRP.line_rec_type;

3353: l_ib_del_det_rec asn_rcv_del_det_rec_type;
3354: l_ib_det_count NUMBER := 0;
3355:
3356: l_asn_rcv_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3357: l_asn_rcv_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3358: l_rtv_corr_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3359: l_rtv_corr_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3360:
3361: l_max_rcv_txn_id NUMBER;

Line 3358: l_rtv_corr_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;

3354: l_ib_det_count NUMBER := 0;
3355:
3356: l_asn_rcv_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3357: l_asn_rcv_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3358: l_rtv_corr_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3359: l_rtv_corr_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3360:
3361: l_max_rcv_txn_id NUMBER;
3362: --

Line 3359: l_rtv_corr_po_close_rec OE_WSH_BULK_GRP.line_rec_type;

3355:
3356: l_asn_rcv_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3357: l_asn_rcv_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3358: l_rtv_corr_po_cancel_rec OE_WSH_BULK_GRP.line_rec_type;
3359: l_rtv_corr_po_close_rec OE_WSH_BULK_GRP.line_rec_type;
3360:
3361: l_max_rcv_txn_id NUMBER;
3362: --
3363: l_debugfile varchar2(2000);