DBA Data[Home] [Help]

APPS.BEN_EMP_BUS dependencies on DT_API

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

243: p_argument_value => p_datetrack_mode);
244: --
245: -- Only perform the validation if the datetrack update mode is valid
246: --
247: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
248: --
249: --
250: -- Ensure the arguments are not null
251: --

Line 263: NOT (dt_api.check_min_max_dates

259: p_argument => 'validation_end_date',
260: p_argument_value => p_validation_end_date);
261: --
262: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
263: NOT (dt_api.check_min_max_dates
264: (p_base_table_name => 'ben_eligy_prfl_f',
265: p_base_key_column => 'eligy_prfl_id',
266: p_base_key_value => p_eligy_prfl_id,
267: p_from_date => p_validation_start_date,

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

313: -- Processing continues.
314: --
315: -- Post Failure:
316: -- If a row exists by determining the returning Boolean value from the
317: -- generic dt_api.rows_exist function then we must supply an error via
318: -- the use of the local exception handler l_rows_exist.
319: --
320: -- Developer Implementation Notes:
321: -- This procedure should not need maintenance unless the HR Schema model