DBA Data[Home] [Help]

APPS.BEN_DPNT_EDC_BUS dependencies on DT_API

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

713: p_argument_value => p_datetrack_mode);
714: --
715: -- Only perform the validation if the datetrack update mode is valid
716: --
717: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
718: --
719: --
720: -- Ensure the arguments are not null
721: --

Line 733: NOT (dt_api.check_min_max_dates

729: p_argument => 'validation_end_date',
730: p_argument_value => p_validation_end_date);
731: --
732: /* If ((nvl(p_eligy_criteria_dpnt_id, hr_api.g_number) <> hr_api.g_number) and
733: NOT (dt_api.check_min_max_dates
734: (p_base_table_name => 'ben_eligy_criteria',
735: p_base_key_column => 'eligy_criteria_dpnt_id',
736: p_base_key_value => p_eligy_criteria_dpnt_id,
737: p_from_date => p_validation_start_date,

Line 744: NOT (dt_api.check_min_max_dates

740: Raise l_integrity_error;
741: End If;*/
742: --
743: If ((nvl(p_dpnt_cvg_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
744: NOT (dt_api.check_min_max_dates
745: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
746: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
747: p_base_key_value => p_dpnt_cvg_eligy_prfl_id,
748: p_from_date => p_validation_start_date,

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

793: -- Processing continues.
794: --
795: -- Post Failure:
796: -- If a row exists by determining the returning Boolean value from the
797: -- generic dt_api.rows_exist function then we must supply an error via
798: -- the use of the local exception handler l_rows_exist.
799: --
800: -- Developer Implementation Notes:
801: -- This procedure should not need maintenance unless the HR Schema model