DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PUB dependencies on WMS_DATA_TYPE_DEFINITIONS_PUB

Line 223: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;

219: l_progress VARCHAR2(500) := 'Entered API';
220: l_msgdata VARCHAR2(1000);
221:
222: -- Variables use by Auto_Create_LPNs
223: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
224: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
225: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
226: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
227:

Line 224: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;

220: l_msgdata VARCHAR2(1000);
221:
222: -- Variables use by Auto_Create_LPNs
223: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
224: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
225: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
226: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
227:
228: -- Validation Parameters

Line 225: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;

221:
222: -- Variables use by Auto_Create_LPNs
223: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
224: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
225: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
226: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
227:
228: -- Validation Parameters
229: l_quantity NUMBER;