DBA Data[Home] [Help]

APPS.BEN_SER_BUS dependencies on DT_API

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

305: p_argument_value => p_datetrack_mode);
306: --
307: -- Only perform the validation if the datetrack update mode is valid
308: --
309: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
310: --
311: --
312: -- Ensure the arguments are not null
313: --

Line 325: NOT (dt_api.check_min_max_dates

321: p_argument => 'validation_end_date',
322: p_argument_value => p_validation_end_date);
323: --
324: If ((nvl(p_formula_id, hr_api.g_number) <> hr_api.g_number) and
325: NOT (dt_api.check_min_max_dates
326: (p_base_table_name => 'ff_formulas_f',
327: p_base_key_column => 'formula_id',
328: p_base_key_value => p_formula_id,
329: p_from_date => p_validation_start_date,

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

375: -- Processing continues.
376: --
377: -- Post Failure:
378: -- If a row exists by determining the returning Boolean value from the
379: -- generic dt_api.rows_exist function then we must supply an error via
380: -- the use of the local exception handler l_rows_exist.
381: --
382: -- Developer Implementation Notes:
383: -- This procedure should not need maintenance unless the HR Schema model