DBA Data[Home] [Help]

APPS.BEN_QTR_BUS dependencies on DT_API

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

424: p_argument_value => p_datetrack_mode);
425: --
426: -- Only perform the validation if the datetrack update mode is valid
427: --
428: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
429: --
430: --
431: -- Ensure the arguments are not null
432: --

Line 444: NOT (dt_api.check_min_max_dates

440: p_argument => 'validation_end_date',
441: p_argument_value => p_validation_end_date);
442: --
443: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
444: NOT (dt_api.check_min_max_dates
445: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
446: p_base_key_column => 'vrbl_rt_prfl_id',
447: p_base_key_value => p_vrbl_rt_prfl_id,
448: p_from_date => p_validation_start_date,

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

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