DBA Data[Home] [Help]

APPS.BEN_LRR_BUS dependencies on DT_API

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

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

Line 356: NOT (dt_api.check_min_max_dates

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

Line 366: NOT (dt_api.check_min_max_dates

362: l_table_name := 'ff_formulas_f';
363: Raise l_integrity_error;
364: End If;
365: If ((nvl(p_lee_rsn_id, hr_api.g_number) <> hr_api.g_number) and
366: NOT (dt_api.check_min_max_dates
367: (p_base_table_name => 'ben_lee_rsn_f',
368: p_base_key_column => 'lee_rsn_id',
369: p_base_key_value => p_lee_rsn_id,
370: p_from_date => p_validation_start_date,

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

416: -- Processing continues.
417: --
418: -- Post Failure:
419: -- If a row exists by determining the returning Boolean value from the
420: -- generic dt_api.rows_exist function then we must supply an error via
421: -- the use of the local exception handler l_rows_exist.
422: --
423: -- Developer Implementation Notes:
424: -- This procedure should not need maintenance unless the HR Schema model