DBA Data[Home] [Help]

APPS.BEN_CER_BUS dependencies on DT_API

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

525: p_argument_value => p_datetrack_mode);
526: --
527: -- Only perform the validation if the datetrack update mode is valid
528: --
529: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
530: --
531: --
532: -- Ensure the arguments are not null
533: --

Line 545: NOT (dt_api.check_min_max_dates

541: p_argument => 'validation_end_date',
542: p_argument_value => p_validation_end_date);
543: --
544: If ((nvl(p_prtn_elig_id, hr_api.g_number) <> hr_api.g_number) and
545: NOT (dt_api.check_min_max_dates
546: (p_base_table_name => 'ben_prtn_elig_f',
547: p_base_key_column => 'prtn_elig_id',
548: p_base_key_value => p_prtn_elig_id,
549: p_from_date => p_validation_start_date,

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

597: -- Processing continues.
598: --
599: -- Post Failure:
600: -- If a row exists by determining the returning Boolean value from the
601: -- generic dt_api.rows_exist function then we must supply an error via
602: -- the use of the local exception handler l_rows_exist.
603: --
604: -- Developer Implementation Notes:
605: -- This procedure should not need maintenance unless the HR Schema model