DBA Data[Home] [Help]

APPS.BEN_RRB_BUS dependencies on DT_API

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

286: p_argument_value => p_datetrack_mode);
287: --
288: -- Only perform the validation if the datetrack update mode is valid
289: --
290: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
291: --
292: --
293: -- Ensure the arguments are not null
294: --

Line 306: NOT (dt_api.check_min_max_dates

302: p_argument => 'validation_end_date',
303: p_argument_value => p_validation_end_date);
304: --
305: If ((nvl(p_regn_id, hr_api.g_number) <> hr_api.g_number) and
306: NOT (dt_api.check_min_max_dates
307: (p_base_table_name => 'ben_regn_f',
308: p_base_key_column => 'regn_id',
309: p_base_key_value => p_regn_id,
310: p_from_date => p_validation_start_date,

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

358: -- Processing continues.
359: --
360: -- Post Failure:
361: -- If a row exists by determining the returning Boolean value from the
362: -- generic dt_api.rows_exist function then we must supply an error via
363: -- the use of the local exception handler l_rows_exist.
364: --
365: -- Developer Implementation Notes:
366: -- This procedure should not need maintenance unless the HR Schema model