DBA Data[Home] [Help]

APPS.BEN_DCL_BUS dependencies on DT_API

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

450: p_argument_value => p_datetrack_mode);
451: --
452: -- Only perform the validation if the datetrack update mode is valid
453: --
454: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
455: --
456: --
457: -- Ensure the arguments are not null
458: --

Line 470: NOT (dt_api.check_min_max_dates

466: p_argument => 'validation_end_date',
467: p_argument_value => p_validation_end_date);
468: --
469: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
470: NOT (dt_api.check_min_max_dates
471: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
472: p_base_key_column => 'vrbl_rt_prfl_id',
473: p_base_key_value => p_vrbl_rt_prfl_id,
474: p_from_date => p_validation_start_date,

Line 480: NOT (dt_api.check_min_max_dates

476: l_table_name := 'ben_vrbl_rt_prfl_f';
477: Raise l_integrity_error;
478: End If;
479: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
480: NOT (dt_api.check_min_max_dates
481: (p_base_table_name => 'ben_pl_f',
482: p_base_key_column => 'pl_id',
483: p_base_key_value => p_pl_id,
484: p_from_date => p_validation_start_date,

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

530: -- Processing continues.
531: --
532: -- Post Failure:
533: -- If a row exists by determining the returning Boolean value from the
534: -- generic dt_api.rows_exist function then we must supply an error via
535: -- the use of the local exception handler l_rows_exist.
536: --
537: -- Developer Implementation Notes:
538: -- This procedure should not need maintenance unless the HR Schema model