DBA Data[Home] [Help]

APPS.AME_ATY_BUS dependencies on AME_ACTIONS

Line 524: from ame_actions

520: ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById and
521: ame_utility_pkg.check_seeddb = 'N';
522: cursor c_sel6 Is
523: select null
524: from ame_actions
525: where
526: action_type_id = p_action_type_id and
527: p_effective_date between start_date and
528: nvl(end_date - ame_util.oneSecond, p_effective_date);