DBA Data[Home] [Help]

APPS.BEN_VMR_BUS dependencies on DT_API

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

556: p_argument_value => p_datetrack_mode);
557: --
558: -- Only perform the validation if the datetrack update mode is valid
559: --
560: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
561: --
562: --
563: -- Ensure the arguments are not null
564: --

Line 576: NOT (dt_api.check_min_max_dates

572: p_argument => 'validation_end_date',
573: p_argument_value => p_validation_end_date);
574: --
575: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
576: NOT (dt_api.check_min_max_dates
577: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
578: p_base_key_column => 'vrbl_rt_prfl_id',
579: p_base_key_value => p_vrbl_rt_prfl_id,
580: p_from_date => p_validation_start_date,

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

628: -- Processing continues.
629: --
630: -- Post Failure:
631: -- If a row exists by determining the returning Boolean value from the
632: -- generic dt_api.rows_exist function then we must supply an error via
633: -- the use of the local exception handler l_rows_exist.
634: --
635: -- Developer Implementation Notes:
636: -- This procedure should not need maintenance unless the HR Schema model