DBA Data[Home] [Help]

APPS.BEN_EPZ_BUS dependencies on DT_API

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

370: p_argument_value => p_datetrack_mode);
371: --
372: -- Only perform the validation if the datetrack update mode is valid
373: --
374: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
375: --
376: --
377: -- Ensure the arguments are not null
378: --

Line 390: NOT (dt_api.check_min_max_dates

386: p_argument => 'validation_end_date',
387: p_argument_value => p_validation_end_date);
388: --
389: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
390: NOT (dt_api.check_min_max_dates
391: (p_base_table_name => 'ben_eligy_prfl_f',
392: p_base_key_column => 'eligy_prfl_id',
393: p_base_key_value => p_eligy_prfl_id,
394: p_from_date => p_validation_start_date,

Line 400: NOT (dt_api.check_min_max_dates

396: l_table_name := 'ben_eligy_prfl_f';
397: Raise l_integrity_error;
398: End If;
399: If ((nvl(p_pstl_zip_rng_id, hr_api.g_number) <> hr_api.g_number) and
400: NOT (dt_api.check_min_max_dates
401: (p_base_table_name => 'ben_pstl_zip_rng_f',
402: p_base_key_column => 'pstl_zip_rng_id',
403: p_base_key_value => p_pstl_zip_rng_id,
404: p_from_date => p_validation_start_date,

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

452: -- Processing continues.
453: --
454: -- Post Failure:
455: -- If a row exists by determining the returning Boolean value from the
456: -- generic dt_api.rows_exist function then we must supply an error via
457: -- the use of the local exception handler l_rows_exist.
458: --
459: -- Developer Implementation Notes:
460: -- This procedure should not need maintenance unless the HR Schema model