DBA Data[Home] [Help]

APPS.BEN_OPR_BUS dependencies on DT_API

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

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

Line 471: NOT (dt_api.check_min_max_dates

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

Line 481: NOT (dt_api.check_min_max_dates

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

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

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