DBA Data[Home] [Help]

APPS.BEN_EAO_BUS dependencies on DT_API

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

452: p_argument_value => p_datetrack_mode);
453: --
454: -- Only perform the validation if the datetrack update mode is valid
455: --
456: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
457: --
458: --
459: -- Ensure the arguments are not null
460: --

Line 472: NOT (dt_api.check_min_max_dates

468: p_argument => 'validation_end_date',
469: p_argument_value => p_validation_end_date);
470: --
471: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
472: NOT (dt_api.check_min_max_dates
473: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
474: p_base_key_column => 'vrbl_rt_prfl_id',
475: p_base_key_value => p_vrbl_rt_prfl_id,
476: p_from_date => p_validation_start_date,

Line 482: NOT (dt_api.check_min_max_dates

478: l_table_name := 'ben_vrbl_rt_prfl_f';
479: Raise l_integrity_error;
480: End If;
481: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
482: NOT (dt_api.check_min_max_dates
483: (p_base_table_name => 'ben_oipl_f',
484: p_base_key_column => 'oipl_id',
485: p_base_key_value => p_oipl_id,
486: p_from_date => p_validation_start_date,

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

532: -- Processing continues.
533: --
534: -- Post Failure:
535: -- If a row exists by determining the returning Boolean value from the
536: -- generic dt_api.rows_exist function then we must supply an error via
537: -- the use of the local exception handler l_rows_exist.
538: --
539: -- Developer Implementation Notes:
540: -- This procedure should not need maintenance unless the HR Schema model