DBA Data[Home] [Help]

APPS.BEN_PRR_BUS dependencies on DT_API

Line 527: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then

523: p_argument_value => p_datetrack_mode);
524: --
525: -- Only perform the validation if the datetrack update mode is valid
526: --
527: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
528: --
529: --
530: -- Ensure the arguments are not null
531: --

Line 543: NOT (dt_api.check_min_max_dates

539: p_argument => 'validation_end_date',
540: p_argument_value => p_validation_end_date);
541: --
542: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
543: NOT (dt_api.check_min_max_dates
544: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
545: p_base_key_column => 'vrbl_rt_prfl_id',
546: p_base_key_value => p_vrbl_rt_prfl_id,
547: p_from_date => p_validation_start_date,

Line 598: -- generic dt_api.rows_exist function then we must supply an error via

594: -- Processing continues.
595: --
596: -- Post Failure:
597: -- If a row exists by determining the returning Boolean value from the
598: -- generic dt_api.rows_exist function then we must supply an error via
599: -- the use of the local exception handler l_rows_exist.
600: --
601: -- Developer Implementation Notes:
602: -- This procedure should not need maintenance unless the HR Schema model