DBA Data[Home] [Help]

APPS.BEN_SHR_BUS dependencies on DT_API

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

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

Line 445: NOT (dt_api.check_min_max_dates

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

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

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