DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PUB dependencies on WMS_DATA_TYPE_DEFINITIONS_PUB

Line 148: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;

144: l_progress VARCHAR2(500) := 'Entered API';
145: l_msgdata VARCHAR2(1000);
146:
147: -- Variables use by Auto_Create_LPNs
148: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
149: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
150: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
151: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
152:

Line 149: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;

145: l_msgdata VARCHAR2(1000);
146:
147: -- Variables use by Auto_Create_LPNs
148: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
149: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
150: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
151: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
152:
153: -- Validation Parameters

Line 150: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;

146:
147: -- Variables use by Auto_Create_LPNs
148: l_lpn_att_rec WMS_Data_Type_Definitions_PUB.LPNRecordType;
149: l_serial_tbl WMS_Data_Type_Definitions_PUB.SerialRangeTableType;
150: l_gen_lpn_tbl WMS_Data_Type_Definitions_PUB.LPNTableType;
151: l_lpn_bulk_rec WMS_CONTAINER_PVT.LPNBulkRecType;
152:
153: -- Validation Parameters
154: l_quantity NUMBER;