DBA Data[Home] [Help]

APPS.BEN_EPL_BUS dependencies on DT_API

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

329: p_argument_value => p_datetrack_mode);
330: --
331: -- Only perform the validation if the datetrack update mode is valid
332: --
333: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
334: --
335: --
336: -- Ensure the arguments are not null
337: --

Line 349: NOT (dt_api.check_min_max_dates

345: p_argument => 'validation_end_date',
346: p_argument_value => p_validation_end_date);
347: --
348: If ((nvl(p_dpnt_cvg_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
349: NOT (dt_api.check_min_max_dates
350: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
351: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
352: p_base_key_value => p_dpnt_cvg_eligy_prfl_id,
353: p_from_date => p_validation_start_date,

Line 359: NOT (dt_api.check_min_max_dates

355: l_table_name := 'ben_dpnt_cvg_eligy_prfl_f';
356: Raise l_integrity_error;
357: End If;
358: If ((nvl(p_pstl_zip_rng_id, hr_api.g_number) <> hr_api.g_number) and
359: NOT (dt_api.check_min_max_dates
360: (p_base_table_name => 'ben_pstl_zip_rng_f',
361: p_base_key_column => 'pstl_zip_rng_id',
362: p_base_key_value => p_pstl_zip_rng_id,
363: p_from_date => p_validation_start_date,

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

409: -- Processing continues.
410: --
411: -- Post Failure:
412: -- If a row exists by determining the returning Boolean value from the
413: -- generic dt_api.rows_exist function then we must supply an error via
414: -- the use of the local exception handler l_rows_exist.
415: --
416: -- Developer Implementation Notes:
417: -- This procedure should not need maintenance unless the HR Schema model