DBA Data[Home] [Help]

APPS.BEN_LRE_BUS dependencies on DT_API

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

272: p_argument_value => p_datetrack_mode);
273: --
274: -- Only perform the validation if the datetrack update mode is valid
275: --
276: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
277: --
278: --
279: -- Ensure the arguments are not null
280: --

Line 292: NOT (dt_api.check_min_max_dates

288: p_argument => 'validation_end_date',
289: p_argument_value => p_validation_end_date);
290: --
291: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
292: NOT (dt_api.check_min_max_dates
293: (p_base_table_name => 'ben_pl_f',
294: p_base_key_column => 'pl_id',
295: p_base_key_value => p_pl_id,
296: p_from_date => p_validation_start_date,

Line 302: NOT (dt_api.check_min_max_dates

298: l_table_name := 'ben_pl_f';
299: Raise l_integrity_error;
300: End If;
301: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
302: NOT (dt_api.check_min_max_dates
303: (p_base_table_name => 'ben_oipl_f',
304: p_base_key_column => 'oipl_id',
305: p_base_key_value => p_oipl_id,
306: p_from_date => p_validation_start_date,

Line 312: NOT (dt_api.check_min_max_dates

308: l_table_name := 'ben_oipl_f';
309: Raise l_integrity_error;
310: End If;
311: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
312: NOT (dt_api.check_min_max_dates
313: (p_base_table_name => 'ben_ler_f',
314: p_base_key_column => 'ler_id',
315: p_base_key_value => p_ler_id,
316: p_from_date => p_validation_start_date,

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

364: -- Processing continues.
365: --
366: -- Post Failure:
367: -- If a row exists by determining the returning Boolean value from the
368: -- generic dt_api.rows_exist function then we must supply an error via
369: -- the use of the local exception handler l_rows_exist.
370: --
371: -- Developer Implementation Notes:
372: -- This procedure should not need maintenance unless the HR Schema model

Line 424: If (dt_api.rows_exist

420: (p_api_name => l_proc,
421: p_argument => 'ler_rqrs_enrt_ctfn_id',
422: p_argument_value => p_ler_rqrs_enrt_ctfn_id);
423: --
424: If (dt_api.rows_exist
425: (p_base_table_name => 'ben_ler_enrt_ctfn_f',
426: p_base_key_column => 'ler_rqrs_enrt_ctfn_id',
427: p_base_key_value => p_ler_rqrs_enrt_ctfn_id,
428: p_from_date => p_validation_start_date,