DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WMS_DATA_TYPE_DEFINITIONS_PUB

Line 4925: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;

4921: '.' || 'CREATE_CONTAINERS';
4922: l_generate boolean := FALSE;
4923: l_create_for_wms boolean := FALSE;
4924: l_create_one_record boolean := FALSE;
4925: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;
4926: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;
4927: l_verify_org_level NUMBER;
4928: l_verify_cont_item NUMBER;
4929: l_organization_id NUMBER := NULL;

Line 4926: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;

4922: l_generate boolean := FALSE;
4923: l_create_for_wms boolean := FALSE;
4924: l_create_one_record boolean := FALSE;
4925: l_lpn_out_tab WMS_Data_Type_Definitions_pub.LPNTableType;
4926: l_gen_lpn_rec WMS_Data_Type_Definitions_pub.AutoCreateLPNRecordType;
4927: l_verify_org_level NUMBER;
4928: l_verify_cont_item NUMBER;
4929: l_organization_id NUMBER := NULL;
4930: l_organization_code VARCHAR2(240) := NULL;

Line 4950: l_lpn_table WMS_Data_Type_Definitions_pub.LPNTableType;

4946: j NUMBER;
4947: l_orig_value varchar2(2);
4948: l_update_container_orig VARCHAR2(2) := WSH_WMS_LPN_GRP.g_update_to_container;
4949: -- bmso
4950: l_lpn_table WMS_Data_Type_Definitions_pub.LPNTableType;
4951: l_container_info_rec WSH_GLBL_VAR_STRCT_GRP.ContInfoRectype;
4952: l_container_rec WSH_GLBL_VAR_STRCT_GRP.Delivery_Details_Rec_Type;
4953: l_cont_dummy_tab WSH_UTIL_CORE.id_tab_type;
4954: l_del_assg_rec WSH_DELIVERY_DETAILS_PKG.Delivery_Assignments_Rec_Type;