DBA Data[Home] [Help]

APPS.AME_API2 dependencies on AME_ACTION_TYPES_VL

Line 1581: from ame_action_types_vl

1577: and sysdate between start_date
1578: and nvl(end_date - ame_util.oneSecond,sysdate);
1579: cursor getActionTypeName(actionTypeIdIn in number) is
1580: select user_action_type_name
1581: from ame_action_types_vl
1582: where action_type_id = actionTypeIdIn
1583: and sysdate between start_date
1584: and nvl(end_date - ame_util.oneSecond,sysdate);
1585: --+