DBA Data[Home] [Help]

APPS.BEN_DCR_BUS dependencies on DT_API

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

809: p_argument_value => p_datetrack_mode);
810: --
811: -- Only perform the validation if the datetrack update mode is valid
812: --
813: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
814: --
815: --
816: -- Ensure the arguments are not null
817: --

Line 829: NOT (dt_api.check_min_max_dates

825: p_argument => 'validation_end_date',
826: p_argument_value => p_validation_end_date);
827: --
828: If ((nvl(p_dpnt_cvg_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
829: NOT (dt_api.check_min_max_dates
830: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
831: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
832: p_base_key_value => p_dpnt_cvg_eligy_prfl_id,
833: p_from_date => p_validation_start_date,

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

880: -- Processing continues.
881: --
882: -- Post Failure:
883: -- If a row exists by determining the returning Boolean value from the
884: -- generic dt_api.rows_exist function then we must supply an error via
885: -- the use of the local exception handler l_rows_exist.
886: --
887: -- Developer Implementation Notes:
888: -- This procedure should not need maintenance unless the HR Schema model