DBA Data[Home] [Help]

APPS.AME_APPROVER_GROUP_API dependencies on AME_ACTION_USAGES

Line 602: from ame_action_usages actu

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