DBA Data[Home] [Help]

APPS.BEN_PET_BUS dependencies on DT_API

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

295: p_argument_value => p_datetrack_mode);
296: --
297: -- Only perform the validation if the datetrack update mode is valid
298: --
299: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
300: --
301: --
302: -- Ensure the arguments are not null
303: --

Line 315: NOT (dt_api.check_min_max_dates

311: p_argument => 'validation_end_date',
312: p_argument_value => p_validation_end_date);
313: --
314: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
315: NOT (dt_api.check_min_max_dates
316: (p_base_table_name => 'ben_pl_f',
317: p_base_key_column => 'pl_id',
318: p_base_key_value => p_pl_id,
319: p_from_date => p_validation_start_date,

Line 325: NOT (dt_api.check_min_max_dates

321: l_table_name := 'ben_pl_f';
322: Raise l_integrity_error;
323: End If;
324: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
325: NOT (dt_api.check_min_max_dates
326: (p_base_table_name => 'ben_pgm_f',
327: p_base_key_column => 'pgm_id',
328: p_base_key_value => p_pgm_id,
329: p_from_date => p_validation_start_date,

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

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

Line 440: If (dt_api.rows_exist

436: l_table_name := 'ben_enrt_perd';
437: Raise l_rows_exist;
438: End If;
439: --
440: If (dt_api.rows_exist
441: (p_base_table_name => 'ben_lee_rsn_f',
442: p_base_key_column => 'popl_enrt_typ_cycl_id',
443: p_base_key_value => p_popl_enrt_typ_cycl_id,
444: p_from_date => p_validation_start_date,