DBA Data[Home] [Help]

APPS.AME_TRANS_TYPE_API dependencies on AME_ACTION_TYPE_CONFIG

Line 405: from ame_action_type_config

401: nvl(end_date - ame_util.oneSecond, sysdate);
402: cursor getActionTypesConfigCur is
403: select action_type_id,
404: object_version_number
405: from ame_action_type_config
406: where application_id = p_application_id
407: and sysdate between start_date and
408: nvl(end_date - ame_util.oneSecond, sysdate);
409: cursor getConfigVarsCur is