DBA Data[Home] [Help]

APPS.BEN_PCS_BUS dependencies on DT_API

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

475: p_argument_value => p_datetrack_mode);
476: --
477: -- Only perform the validation if the datetrack update mode is valid
478: --
479: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
480: --
481: --
482: -- Ensure the arguments are not null
483: --

Line 495: NOT (dt_api.check_min_max_dates

491: p_argument => 'validation_end_date',
492: p_argument_value => p_validation_end_date);
493: --
494: If ((nvl(p_prtt_enrt_actn_id, hr_api.g_number) <> hr_api.g_number) and
495: NOT (dt_api.check_min_max_dates
496: (p_base_table_name => 'ben_prtt_enrt_actn_f',
497: p_base_key_column => 'prtt_enrt_actn_id',
498: p_base_key_value => p_prtt_enrt_actn_id,
499: p_from_date => p_validation_start_date,

Line 505: NOT (dt_api.check_min_max_dates

501: l_table_name := 'ben_prtt_enrt_actn_f';
502: Raise l_integrity_error;
503: End If;
504: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
505: NOT (dt_api.check_min_max_dates
506: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
507: p_base_key_column => 'prtt_enrt_rslt_id',
508: p_base_key_value => p_prtt_enrt_rslt_id,
509: p_from_date => p_validation_start_date,

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

557: -- Processing continues.
558: --
559: -- Post Failure:
560: -- If a row exists by determining the returning Boolean value from the
561: -- generic dt_api.rows_exist function then we must supply an error via
562: -- the use of the local exception handler l_rows_exist.
563: --
564: -- Developer Implementation Notes:
565: -- This procedure should not need maintenance unless the HR Schema model