DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on AME_ACTION_TYPE_CONFIG

Line 496: from ame_action_type_config

492: p_effective_date between start_date and
493: nvl(end_date - ame_util.oneSecond, p_effective_date);
494: cursor c_sel2 is
495: select null
496: from ame_action_type_config
497: where
498: action_type_id = p_action_type_id and
499: p_effective_date between start_date and
500: nvl(end_date - ame_util.oneSecond, p_effective_date);