DBA Data[Home] [Help]

APPS.BEN_APV_BUS dependencies on DT_API

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

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

Line 286: NOT (dt_api.check_min_max_dates

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

Line 296: NOT (dt_api.check_min_max_dates

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

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

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