DBA Data[Home] [Help]

APPS.BEN_AVA_BUS dependencies on DT_API

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

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

Line 449: NOT (dt_api.check_min_max_dates

445: p_argument => 'validation_end_date',
446: p_argument_value => p_validation_end_date);
447: --
448: If ((nvl(p_actl_prem_id, hr_api.g_number) <> hr_api.g_number) and
449: NOT (dt_api.check_min_max_dates
450: (p_base_table_name => 'ben_actl_prem_f',
451: p_base_key_column => 'actl_prem_id',
452: p_base_key_value => p_actl_prem_id,
453: p_from_date => p_validation_start_date,

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

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