DBA Data[Home] [Help]

APPS.AME_CALLING_APPS_API dependencies on AME_ACTION_TYPE_USAGES

Line 571: from ame_action_type_usages

567: for actionRec in getActionType loop
568: -- determine the value for the voting regime column
569: select count(*)
570: into authorityRuleTypeCount
571: from ame_action_type_usages
572: where action_type_id = actionRec.action_type_id
573: and rule_type = ame_util.authorityRuleType;
574: if authorityRuleTypeCount > 0 then
575: votingRegimeValue := ame_util.serializedVoting;