DBA Data[Home] [Help]

APPS.INV_LOT_APIS dependencies on MTL_RESERVATIONS

Line 194: FROM MTL_RESERVATIONS

190: BEGIN
191:
192: SELECT 1
193: INTO l_dummy
194: FROM MTL_RESERVATIONS
195: WHERE inventory_item_id = p_inventory_item_id
196: AND organization_id = p_organization_id
197: AND lot_number = p_lot_number;
198: