DBA Data[Home] [Help]

APPS.AME_MIGRATE_PARALLEL_CONFIG dependencies on AME_ACTION_TYPE_USAGES

Line 235: from ame_action_type_usages

231: where (chain_ordering_mode is not null or
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);