DBA Data[Home] [Help]

APPS.BEN_EEI_BUS dependencies on DT_API

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

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

Line 457: NOT (dt_api.check_min_max_dates

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

Line 467: NOT (dt_api.check_min_max_dates

463: l_table_name := 'ben_eligy_prfl_f';
464: Raise l_integrity_error;
465: End If;
466: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
467: NOT (dt_api.check_min_max_dates
468: (p_base_table_name => 'ben_oipl_f',
469: p_base_key_column => 'oipl_id',
470: p_base_key_value => p_oipl_id,
471: 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