DBA Data[Home] [Help]

APPS.AME_APPROVAL_GROUPS_LOAD_API dependencies on AME_CALLING_APPS

Line 309: from AME_CALLING_APPS

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