DBA Data[Home] [Help]

APPS.BEN_CEP_BUS dependencies on DT_API

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

462: p_argument_value => p_datetrack_mode);
463: --
464: -- Only perform the validation if the datetrack update mode is valid
465: --
466: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
467: --
468: --
469: -- Ensure the arguments are not null
470: --

Line 482: NOT (dt_api.check_min_max_dates

478: p_argument => 'validation_end_date',
479: p_argument_value => p_validation_end_date);
480: --
481: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
482: NOT (dt_api.check_min_max_dates
483: (p_base_table_name => 'ben_eligy_prfl_f',
484: p_base_key_column => 'eligy_prfl_id',
485: p_base_key_value => p_eligy_prfl_id,
486: p_from_date => p_validation_start_date,

Line 492: NOT (dt_api.check_min_max_dates

488: l_table_name := 'ben_eligy_prfl_f';
489: Raise l_integrity_error;
490: End If;
491: If ((nvl(p_prtn_elig_id, hr_api.g_number) <> hr_api.g_number) and
492: NOT (dt_api.check_min_max_dates
493: (p_base_table_name => 'ben_prtn_elig_f',
494: p_base_key_column => 'prtn_elig_id',
495: p_base_key_value => p_prtn_elig_id,
496: p_from_date => p_validation_start_date,

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

544: -- Processing continues.
545: --
546: -- Post Failure:
547: -- If a row exists by determining the returning Boolean value from the
548: -- generic dt_api.rows_exist function then we must supply an error via
549: -- the use of the local exception handler l_rows_exist.
550: --
551: -- Developer Implementation Notes:
552: -- This procedure should not need maintenance unless the HR Schema model

Line 609: If (dt_api.rows_exist

605: Since the eligy_prfl_rl is not the child of
606: prtn_elig_prfl , there is no need for the
607: validation
608:
609: If (dt_api.rows_exist
610: (p_base_table_name => 'ben_eligy_prfl_rl_f',
611: p_base_key_column => 'eligy_prfl_rl_id',
612: p_base_key_value => p_prtn_elig_prfl_id,
613: p_from_date => p_validation_start_date,