DBA Data[Home] [Help]

APPS.BEN_ASR_BUS dependencies on DT_API

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

350: p_argument_value => p_datetrack_mode);
351: --
352: -- Only perform the validation if the datetrack update mode is valid
353: --
354: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
355: --
356: --
357: -- Ensure the arguments are not null
358: --

Line 370: NOT (dt_api.check_min_max_dates

366: p_argument => 'validation_end_date',
367: p_argument_value => p_validation_end_date);
368: --
369: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
370: NOT (dt_api.check_min_max_dates
371: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
372: p_base_key_column => 'vrbl_rt_prfl_id',
373: p_base_key_value => p_vrbl_rt_prfl_id,
374: p_from_date => p_validation_start_date,

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

420: -- Processing continues.
421: --
422: -- Post Failure:
423: -- If a row exists by determining the returning Boolean value from the
424: -- generic dt_api.rows_exist function then we must supply an error via
425: -- the use of the local exception handler l_rows_exist.
426: --
427: -- Developer Implementation Notes:
428: -- This procedure should not need maintenance unless the HR Schema model