DBA Data[Home] [Help]

APPS.EAM_PROCESS_ISOLATION_PVT dependencies on MTL_PARAMETERS

Line 684: OR last_vld_organization_id IN (SELECT organization_id from mtl_parameters where MAINT_ORGANIZATION_ID = p_organization_id));

680: INTO l_count
681: FROM csi_item_instances
682: WHERE instance_id = l_establish_iso_rec.maintenance_object_id
683: AND (last_vld_organization_id = p_organization_id
684: OR last_vld_organization_id IN (SELECT organization_id from mtl_parameters where MAINT_ORGANIZATION_ID = p_organization_id));
685:
686: IF (l_count < 1)
687: THEN
688: RAISE SAF_ASSET_EXISTENCE_ERROR;