DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 592: l_det_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_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:
596: l_return_status VARCHAR2(1);

Line 593: l_det_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_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:
596: l_return_status VARCHAR2(1);
597: i NUMBER;

Line 2554: l_cancel_asn_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

2550:
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:

Line 2566: l_unassign_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

2562: l_unassign_det_id_tab wsh_util_core.id_tab_type;
2563: l_po_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
2564: l_dd_id_unassigned wsh_util_core.id_tab_type;
2565: l_wt_vol_dd_id wsh_util_core.id_tab_type;
2566: l_unassign_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
2567:
2568: l_num_errors NUMBER := 0;
2569: l_num_warnings NUMBER := 0;
2570: l_msg_count NUMBER;

Line 3286: l_asn_rcv_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

3282: IS
3283: --{
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);