DBA Data[Home] [Help]

APPS.AME_APPROVER_GROUP_API dependencies on AME_CALLING_APPS

Line 672: ,ame_calling_apps aca

668: --throw an error if config is existing for this group
669: select count(*)
670: into l_config_count
671: from ame_approval_group_config a
672: ,ame_calling_apps aca
673: where a.approval_group_id = p_approval_group_id
674: and a.application_id = aca.application_id
675: and sysdate between aca.start_date and nvl(aca.end_date - (1/86400), sysdate)
676: and sysdate between a.start_date and nvl(a.end_date - (1/86400), sysdate);