DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on BOM_STANDARD_OPERATIONS

Line 413: from bom_standard_operations

409: if (p_eam_op_rec.standard_operation_id is not null) then
410:
411: select 1
412: into g_dummy
413: from bom_standard_operations
414: where standard_operation_id = p_eam_op_rec.standard_operation_id
415: and organization_id = p_eam_op_rec.organization_id;
416: end if;
417: