DBA Data[Home] [Help]

APPS.BEN_BPL_BUS dependencies on DT_API

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

289: p_argument_value => p_datetrack_mode);
290: --
291: -- Only perform the validation if the datetrack update mode is valid
292: --
293: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
294: --
295: --
296: -- Ensure the arguments are not null
297: --

Line 309: NOT (dt_api.check_min_max_dates

305: p_argument => 'validation_end_date',
306: p_argument_value => p_validation_end_date);
307: --
308: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
309: NOT (dt_api.check_min_max_dates
310: (p_base_table_name => 'ben_acty_base_rt_f',
311: p_base_key_column => 'acty_base_rt_id',
312: p_base_key_value => p_acty_base_rt_id,
313: p_from_date => p_validation_start_date,

Line 319: NOT (dt_api.check_min_max_dates

315: l_table_name := 'ben_acty_base_rt_f';
316: Raise l_integrity_error;
317: End If;
318: If ((nvl(p_bnft_prvdr_pool_id, hr_api.g_number) <> hr_api.g_number) and
319: NOT (dt_api.check_min_max_dates
320: (p_base_table_name => 'ben_bnft_prvdr_pool_f',
321: p_base_key_column => 'bnft_prvdr_pool_id',
322: p_base_key_value => p_bnft_prvdr_pool_id,
323: p_from_date => p_validation_start_date,

Line 329: NOT (dt_api.check_min_max_dates

325: l_table_name := 'ben_bnft_prvdr_pool_f';
326: Raise l_integrity_error;
327: End If;
328: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
329: NOT (dt_api.check_min_max_dates
330: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
331: p_base_key_column => 'prtt_enrt_rslt_id',
332: p_base_key_value => p_prtt_enrt_rslt_id,
333: p_from_date => p_validation_start_date,

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

380: -- Processing continues.
381: --
382: -- Post Failure:
383: -- If a row exists by determining the returning Boolean value from the
384: -- generic dt_api.rows_exist function then we must supply an error via
385: -- the use of the local exception handler l_rows_exist.
386: --
387: -- Developer Implementation Notes:
388: -- This procedure should not need maintenance unless the HR Schema model