DBA Data[Home] [Help]

APPS.AME_APPROVER_GROUP_API dependencies on AME_ACTION_USAGES

Line 604: from ame_action_usages actu

600: and sysdate >= start_date and sysdate < end_date;
601: --cursor to find the number of rules using the group(01-03-2005)
602: cursor CSel4 is
603: select count(*)
604: from ame_action_usages actu
605: ,ame_actions act
606: ,ame_action_types acty
607: where act.parameter = to_char(p_approval_group_id)
608: and actu.action_id = act.action_id