DBA Data[Home] [Help]

APPS.BEN_LRC_BUS dependencies on DT_API

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

334: p_argument_value => p_datetrack_mode);
335: --
336: -- Only perform the validation if the datetrack update mode is valid
337: --
338: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
339: --
340: --
341: -- Ensure the arguments are not null
342: --

Line 354: NOT (dt_api.check_min_max_dates

350: p_argument => 'validation_end_date',
351: p_argument_value => p_validation_end_date);
352: --
353: If ((nvl(p_formula_id, hr_api.g_number) <> hr_api.g_number) and
354: NOT (dt_api.check_min_max_dates
355: (p_base_table_name => 'ff_formulas_f',
356: p_base_key_column => 'formula_id',
357: p_base_key_value => p_formula_id,
358: p_from_date => p_validation_start_date,

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

404: -- Processing continues.
405: --
406: -- Post Failure:
407: -- If a row exists by determining the returning Boolean value from the
408: -- generic dt_api.rows_exist function then we must supply an error via
409: -- the use of the local exception handler l_rows_exist.
410: --
411: -- Developer Implementation Notes:
412: -- This procedure should not need maintenance unless the HR Schema model