DBA Data[Home] [Help]

APPS.EAM_OP_VALIDATE_PVT dependencies on BOM_STANDARD_OPERATIONS

Line 386: from bom_standard_operations

382: if (p_eam_op_rec.standard_operation_id is not null) then
383:
384: select 1
385: into g_dummy
386: from bom_standard_operations
387: where standard_operation_id = p_eam_op_rec.standard_operation_id
388: and organization_id = p_eam_op_rec.organization_id;
389: end if;
390: