DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WMS_DATA_TYPE_DEFINITIONS_PUB

Line 4935: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;

4931: '.' || 'CREATE_CONTAINERS';
4932: l_generate boolean := FALSE;
4933: l_create_for_wms boolean := FALSE;
4934: l_create_one_record boolean := FALSE;
4935: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;
4936: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;
4937: l_verify_org_level NUMBER;
4938: l_verify_cont_item NUMBER;
4939: l_organization_id NUMBER := NULL;

Line 4936: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;

4932: l_generate boolean := FALSE;
4933: l_create_for_wms boolean := FALSE;
4934: l_create_one_record boolean := FALSE;
4935: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;
4936: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;
4937: l_verify_org_level NUMBER;
4938: l_verify_cont_item NUMBER;
4939: l_organization_id NUMBER := NULL;
4940: l_organization_code VARCHAR2(240) := NULL;

Line 4960: l_lpn_table WMS_Data_Type_Definitions_pub.LPNTableType;

4956: j NUMBER;
4957: l_orig_value varchar2(2);
4958: l_update_container_orig VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_container;
4959: -- bmso
4960: l_lpn_table WMS_Data_Type_Definitions_pub.LPNTableType;
4961: l_container_info_rec WSH_GLBL_VAR_STRCT_GRP.ContInfoRectype;
4962: l_container_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
4963: l_cont_dummy_tab WSH_UTIL_CORE.id_tab_type;
4964: l_del_assg_rec WSH_DELIVERY_DETAILS_PKG.Delivery_Assignments_Rec_Type;