DBA Data[Home] [Help]

APPS.BEN_EAR_BUS dependencies on DT_API

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

436: p_argument_value => p_datetrack_mode);
437: --
438: -- Only perform the validation if the datetrack update mode is valid
439: --
440: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
441: --
442: --
443: -- Ensure the arguments are not null
444: --

Line 456: NOT (dt_api.check_min_max_dates

452: p_argument => 'validation_end_date',
453: p_argument_value => p_validation_end_date);
454: --
455: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
456: NOT (dt_api.check_min_max_dates
457: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
458: p_base_key_column => 'vrbl_rt_prfl_id',
459: p_base_key_value => p_vrbl_rt_prfl_id,
460: p_from_date => p_validation_start_date,

Line 466: NOT (dt_api.check_min_max_dates

462: l_table_name := 'ben_vrbl_rt_prfl_f';
463: Raise l_integrity_error;
464: End If;
465: If ((nvl(p_plip_id, hr_api.g_number) <> hr_api.g_number) and
466: NOT (dt_api.check_min_max_dates
467: (p_base_table_name => 'ben_plip_f',
468: p_base_key_column => 'plip_id',
469: p_base_key_value => p_plip_id,
470: p_from_date => p_validation_start_date,

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

517: -- Processing continues.
518: --
519: -- Post Failure:
520: -- If a row exists by determining the returning Boolean value from the
521: -- generic dt_api.rows_exist function then we must supply an error via
522: -- the use of the local exception handler l_rows_exist.
523: --
524: -- Developer Implementation Notes:
525: -- This procedure should not need maintenance unless the HR Schema model