DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_BULK_TYPES_GRP

Line 2553: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

2549: and transaction_type = 'RECEIPT';
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);

Line 2556: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;

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;
2560: l_delivery_id_tab wsh_util_core.id_tab_type;

Line 2563: l_po_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

2559: l_dd_list WSH_PO_CMG_PVT.dd_list_type;
2560: l_delivery_id_tab wsh_util_core.id_tab_type;
2561: l_status_code_tab wsh_util_core.column_tab_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:

Line 3287: l_corr_rtv_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;

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);
3291: l_num_errors NUMBER := 0;

Line 3289: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;

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;
3293: i NUMBER;