DBA Data[Home] [Help]

APPS.BEN_FTR_BUS dependencies on DT_API

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

416: p_argument_value => p_datetrack_mode);
417: --
418: -- Only perform the validation if the datetrack update mode is valid
419: --
420: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
421: --
422: --
423: -- Ensure the arguments are not null
424: --

Line 436: NOT (dt_api.check_min_max_dates

432: p_argument => 'validation_end_date',
433: p_argument_value => p_validation_end_date);
434: --
435: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
436: NOT (dt_api.check_min_max_dates
437: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
438: p_base_key_column => 'vrbl_rt_prfl_id',
439: p_base_key_value => p_vrbl_rt_prfl_id,
440: p_from_date => p_validation_start_date,

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

487: -- Processing continues.
488: --
489: -- Post Failure:
490: -- If a row exists by determining the returning Boolean value from the
491: -- generic dt_api.rows_exist function then we must supply an error via
492: -- the use of the local exception handler l_rows_exist.
493: --
494: -- Developer Implementation Notes:
495: -- This procedure should not need maintenance unless the HR Schema model