DBA Data[Home] [Help]

APPS.INV_RESERVATION_GLOBAL dependencies on MTL_LOT_NUMBERS

Line 156: SUBTYPE lot_record IS MTL_LOT_NUMBERS%ROWTYPE;

152: SUBTYPE organization_record IS MTL_PARAMETERS%ROWTYPE;
153: SUBTYPE locator_record IS MTL_ITEM_LOCATIONS%ROWTYPE;
154: SUBTYPE sub_record IS MTL_SECONDARY_INVENTORIES%ROWTYPE;
155: SUBTYPE serial_record IS MTL_SERIAL_NUMBERS%ROWTYPE;
156: SUBTYPE lot_record IS MTL_LOT_NUMBERS%ROWTYPE;
157:
158: -- End addition for common API
159: -- Record type definition for a demand record in cache
160: TYPE demand_record IS RECORD