DBA Data[Home] [Help]

APPS.BEN_SAR_BUS dependencies on DT_API

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

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

Line 395: NOT (dt_api.check_min_max_dates

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

Line 405: NOT (dt_api.check_min_max_dates

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

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

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