DBA Data[Home] [Help]

APPS.AMW_PARAMETERS_PVT_PKG dependencies on AMW_AUDIT_UNITS_V

Line 422: from amw_audit_units_v

418: conc_status boolean;
419:
420: cursor orgs_to_configure is
421: select organization_id
422: from amw_audit_units_v
423: where organization_id not in (select organization_id
424: from amw_process_organization
425: where process_id = -2 );
426: