DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_ACTIONS_VL

Line 304: from ame_actions_vl

300:
301: cursor getActionDesc(actionIdIn in number
302: ,p_effective_date in date) is
303: select description
304: from ame_actions_vl
305: where action_id = actionIdIn
306: and p_effective_date between start_date and nvl(end_date - (1/86400), p_effective_date);
307:
308: cursor getActionDescQueryAndParam(actionIdIn in number