DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;

6907:
6908: -- Release 12 (K): LPN Synchronization/Convergence
6909: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
6910: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;

Line 6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;

6908: -- Release 12 (K): LPN Synchronization/Convergence
6909: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
6910: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;

Line 6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

6909: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
6910: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
6917:

Line 6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

6910: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
6917:
6918:

Line 6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;

6911: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
6917:
6918:
6919: BEGIN

Line 6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;

6912: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
6913: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6914: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
6915: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
6916: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
6917:
6918:
6919: BEGIN
6920: x_return_status := fnd_api.g_ret_sts_success;

Line 7404: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

7400:
7401: -- Release 12 : LPN SyncUp
7402: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
7403: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
7404: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
7405: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
7406: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
7407:
7408: BEGIN

Line 7405: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;

7401: -- Release 12 : LPN SyncUp
7402: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
7403: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
7404: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
7405: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
7406: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
7407:
7408: BEGIN
7409: x_return_status := fnd_api.g_ret_sts_success;

Line 7406: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

7402: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
7403: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
7404: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
7405: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
7406: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
7407:
7408: BEGIN
7409: x_return_status := fnd_api.g_ret_sts_success;
7410: