DBA Data[Home] [Help]

APPS.AME_ACTION_API dependencies on AME_CALLING_APPS

Line 305: from ame_calling_apps

301: ,p_apu_end_date out nocopy date
302: ) is
303: cursor application_cur(p_effective_date in date) is
304: select application_id
305: from ame_calling_apps
306: where p_effective_date between start_date
307: and nvl(end_date - ame_util.oneSecond, p_effective_date);
308: -- local variables
309: l_proc varchar2(72) := g_package||'create_ame_action_type';