DBA Data[Home] [Help]

APPS.BEN_EPM_BUS dependencies on DT_API

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

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

Line 469: NOT (dt_api.check_min_max_dates

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

Line 479: NOT (dt_api.check_min_max_dates

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

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

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