DBA Data[Home] [Help]

APPS.EAM_PM_UTILS dependencies on MTL_SERIAL_NUMBERS

Line 463: from mtl_serial_numbers

459:
460: if (l_serial_number is not null) then
461: select wip_accounting_class_code, gen_object_id
462: into l_class_code, l_maintenance_object_id
463: from mtl_serial_numbers
464: where current_organization_id = l_org_id
465: and inventory_item_id = l_inventory_item_id
466: and serial_number = l_serial_number;
467: end if;