DBA Data[Home] [Help]

APPS.AME_APPROVAL_GROUPS_LOAD_API dependencies on AME_CALLING_APPS

Line 311: from AME_CALLING_APPS

307: )
308: is
309: cursor get_active_application is
310: select APPLICATION_ID
311: from AME_CALLING_APPS
312: where sysdate between start_date
313: and nvl(end_date - ame_util.oneSecond,sysdate);
314: TYPE APPLICATION_ID_TAB is table of NUMBER index by BINARY_INTEGER;
315: APPLICATION_ID_LIST APPLICATION_ID_TAB;