DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on WSH_GLBL_VAR_STRCT_GRP

Line 8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;

8004:
8005: -- Release 12 (K): LPN Synchronization/Convergence
8006: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
8007: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;

Line 8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;

8005: -- Release 12 (K): LPN Synchronization/Convergence
8006: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
8007: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;

Line 8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

8006: -- Types needed for WSH_WMS_LPN_GRP.Create_Update_Containers
8007: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
8014:

Line 8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;

8007: l_lpn_cur WMS_Data_Type_Definitions_PUB.LPNRecordType;
8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
8014:
8015:

Line 8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;

8008: l_wsh_dd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
8014:
8015:
8016: BEGIN

Line 8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;

8009: l_wsh_dd_upd_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
8010: wsh_create_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8011: wsh_update_tbl WSH_GLBL_VAR_STRCT_GRP.delivery_details_Attr_tbl_Type;
8012: l_IN_rec WSH_GLBL_VAR_STRCT_GRP.detailInRecType;
8013: l_OUT_rec WSH_GLBL_VAR_STRCT_GRP.detailOutRecType;
8014:
8015:
8016: BEGIN
8017: x_return_status := fnd_api.g_ret_sts_success;

Line 8501: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;

8497:
8498: -- Release 12 : LPN SyncUp
8499: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
8500: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
8501: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
8502: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
8503: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
8504:
8505: BEGIN

Line 8502: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;

8498: -- Release 12 : LPN SyncUp
8499: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
8500: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
8501: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
8502: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
8503: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
8504:
8505: BEGIN
8506: x_return_status := fnd_api.g_ret_sts_success;

Line 8503: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;

8499: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
8500: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;
8501: l_wsh_action_prms WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type;
8502: l_wsh_defaults WSH_GLBL_VAR_STRCT_GRP.dd_default_parameters_rec_type;
8503: l_wsh_action_out_rec WSH_GLBL_VAR_STRCT_GRP.dd_action_out_rec_type;
8504:
8505: BEGIN
8506: x_return_status := fnd_api.g_ret_sts_success;
8507: