DBA Data[Home] [Help]

APPS.AME_ACTION_PKG dependencies on AME_CALLING_APPS

Line 3151: from ame_calling_apps

3147: votingRegimeIn in varchar2,
3148: finalizeIn in boolean default false) as
3149: cursor applicationIdCursor is
3150: select application_id
3151: from ame_calling_apps
3152: where
3153: sysdate between start_date and
3154: nvl(end_date - ame_util.oneSecond, sysdate)
3155: order by application_id;

Line 3353: from ame_calling_apps

3349: nvl(end_date - ame_util.oneSecond, sysdate)
3350: for update;
3351: cursor applicationIdCursor is
3352: select application_id
3353: from ame_calling_apps
3354: where
3355: sysdate between start_date and
3356: nvl(end_date - ame_util.oneSecond, sysdate)
3357: order by application_id;