DBA Data[Home] [Help]

APPS.BEN_ABP_BUS dependencies on DT_API

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

177: p_argument_value => p_datetrack_mode);
178: --
179: -- Only perform the validation if the datetrack update mode is valid
180: --
181: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
182: --
183: --
184: -- Ensure the arguments are not null
185: --

Line 197: NOT (dt_api.check_min_max_dates

193: p_argument => 'validation_end_date',
194: p_argument_value => p_validation_end_date);
195: --
196: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
197: NOT (dt_api.check_min_max_dates
198: (p_base_table_name => 'ben_acty_base_rt_f',
199: p_base_key_column => 'acty_base_rt_id',
200: p_base_key_value => p_acty_base_rt_id,
201: p_from_date => p_validation_start_date,

Line 207: NOT (dt_api.check_min_max_dates

203: l_table_name := 'ben_acty_base_rt_f';
204: Raise l_integrity_error;
205: End If;
206: If ((nvl(p_bnft_prvdr_pool_id, hr_api.g_number) <> hr_api.g_number) and
207: NOT (dt_api.check_min_max_dates
208: (p_base_table_name => 'ben_bnft_prvdr_pool_f',
209: p_base_key_column => 'bnft_prvdr_pool_id',
210: p_base_key_value => p_bnft_prvdr_pool_id,
211: p_from_date => p_validation_start_date,

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

258: -- Processing continues.
259: --
260: -- Post Failure:
261: -- If a row exists by determining the returning Boolean value from the
262: -- generic dt_api.rows_exist function then we must supply an error via
263: -- the use of the local exception handler l_rows_exist.
264: --
265: -- Developer Implementation Notes:
266: -- This procedure should not need maintenance unless the HR Schema model