DBA Data[Home] [Help]

APPS.BEN_ADS_BUS dependencies on DT_API

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

432: p_argument_value => p_datetrack_mode);
433: --
434: -- Only perform the validation if the datetrack update mode is valid
435: --
436: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
437: --
438: --
439: -- Ensure the arguments are not null
440: --

Line 452: NOT (dt_api.check_min_max_dates

448: p_argument => 'validation_end_date',
449: p_argument_value => p_validation_end_date);
450: --
451: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
452: NOT (dt_api.check_min_max_dates
453: (p_base_table_name => 'ben_acty_base_rt_f',
454: p_base_key_column => 'acty_base_rt_id',
455: p_base_key_value => p_acty_base_rt_id,
456: p_from_date => p_validation_start_date,

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

503: -- Processing continues.
504: --
505: -- Post Failure:
506: -- If a row exists by determining the returning Boolean value from the
507: -- generic dt_api.rows_exist function then we must supply an error via
508: -- the use of the local exception handler l_rows_exist.
509: --
510: -- Developer Implementation Notes:
511: -- This procedure should not need maintenance unless the HR Schema model