DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_ACTION_TYPE_USAGES

Line 913: ,ame_action_type_usages actu

909: cursor chkCorrectAction(c_action_id in number,c_rule_type in number) is
910: select 'Y'
911: from ame_action_types act
912: ,ame_actions ac
913: ,ame_action_type_usages actu
914: where ac.action_id = c_action_id
915: and actu.rule_type = c_rule_type
916: and act.action_type_id = ac.action_Type_id
917: and actu.action_type_id = act.action_type_id