DBA Data[Home] [Help]

APPS.EAM_PM_UTILS dependencies on MTL_SERIAL_NUMBERS

Line 462: from mtl_serial_numbers

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