DBA Data[Home] [Help]

APPS.BEN_BVR_BUS dependencies on DT_API

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

267: p_argument_value => p_datetrack_mode);
268: --
269: -- Only perform the validation if the datetrack update mode is valid
270: --
271: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
272: --
273: --
274: -- Ensure the arguments are not null
275: --

Line 287: NOT (dt_api.check_min_max_dates

283: p_argument => 'validation_end_date',
284: p_argument_value => p_validation_end_date);
285: --
286: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
287: NOT (dt_api.check_min_max_dates
288: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
289: p_base_key_column => 'vrbl_rt_prfl_id',
290: p_base_key_value => p_vrbl_rt_prfl_id,
291: p_from_date => p_validation_start_date,

Line 297: NOT (dt_api.check_min_max_dates

293: l_table_name := 'ben_vrbl_rt_prfl_f';
294: Raise l_integrity_error;
295: End If;
296: If ((nvl(p_cvg_amt_calc_mthd_id, hr_api.g_number) <> hr_api.g_number) and
297: NOT (dt_api.check_min_max_dates
298: (p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
299: p_base_key_column => 'cvg_amt_calc_mthd_id',
300: p_base_key_value => p_cvg_amt_calc_mthd_id,
301: p_from_date => p_validation_start_date,

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

348: -- Processing continues.
349: --
350: -- Post Failure:
351: -- If a row exists by determining the returning Boolean value from the
352: -- generic dt_api.rows_exist function then we must supply an error via
353: -- the use of the local exception handler l_rows_exist.
354: --
355: -- Developer Implementation Notes:
356: -- This procedure should not need maintenance unless the HR Schema model