DBA Data[Home] [Help]

APPS.BEN_ECT_BUS dependencies on DT_API

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

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

Line 470: NOT (dt_api.check_min_max_dates

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

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

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