DBA Data[Home] [Help]

APPS.BEN_PZR_BUS dependencies on DT_API

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

376: p_argument_value => p_datetrack_mode);
377: --
378: -- Only perform the validation if the datetrack update mode is valid
379: --
380: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
381: --
382: --
383: -- Ensure the arguments are not null
384: --

Line 396: NOT (dt_api.check_min_max_dates

392: p_argument => 'validation_end_date',
393: p_argument_value => p_validation_end_date);
394: --
395: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
396: NOT (dt_api.check_min_max_dates
397: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
398: p_base_key_column => 'vrbl_rt_prfl_id',
399: p_base_key_value => p_vrbl_rt_prfl_id,
400: p_from_date => p_validation_start_date,

Line 406: NOT (dt_api.check_min_max_dates

402: l_table_name := 'ben_vrbl_rt_prfl_f';
403: Raise l_integrity_error;
404: End If;
405: If ((nvl(p_pstl_zip_rng_id, hr_api.g_number) <> hr_api.g_number) and
406: NOT (dt_api.check_min_max_dates
407: (p_base_table_name => 'ben_pstl_zip_rng_f',
408: p_base_key_column => 'pstl_zip_rng_id',
409: p_base_key_value => p_pstl_zip_rng_id,
410: p_from_date => p_validation_start_date,

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

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