DBA Data[Home] [Help]

APPS.AME_MIGRATE_PARALLEL_CONFIG dependencies on AME_UTIL

Line 236: where rule_type = ame_util.authorityRuleType

232: voting_regime is not null)
233: and action_type_id not in
234: (select action_type_id
235: from ame_action_type_usages
236: where rule_type = ame_util.authorityRuleType
237: and sysdate between start_date and nvl(end_date,sysdate)
238: )
239: and sysdate between start_date and nvl(end_date,sysdate);
240: commit;