DBA Data[Home] [Help]

APPS.BEN_RGR_BUS dependencies on DT_API

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

573: p_argument_value => p_datetrack_mode);
574: --
575: -- Only perform the validation if the datetrack update mode is valid
576: --
577: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
578: --
579: --
580: -- Ensure the arguments are not null
581: --

Line 593: NOT (dt_api.check_min_max_dates

589: p_argument => 'validation_end_date',
590: p_argument_value => p_validation_end_date);
591: --
592: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
593: NOT (dt_api.check_min_max_dates
594: (p_base_table_name => 'ben_pgm_f',
595: p_base_key_column => 'pgm_id',
596: p_base_key_value => p_pgm_id,
597: p_from_date => p_validation_start_date,

Line 603: NOT (dt_api.check_min_max_dates

599: l_table_name := 'ben_pgm_f';
600: Raise l_integrity_error;
601: End If;
602: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
603: NOT (dt_api.check_min_max_dates
604: (p_base_table_name => 'ben_pl_f',
605: p_base_key_column => 'pl_id',
606: p_base_key_value => p_pl_id,
607: p_from_date => p_validation_start_date,

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

656: -- Processing continues.
657: --
658: -- Post Failure:
659: -- If a row exists by determining the returning Boolean value from the
660: -- generic dt_api.rows_exist function then we must supply an error via
661: -- the use of the local exception handler l_rows_exist.
662: --
663: -- Developer Implementation Notes:
664: -- This procedure should not need maintenance unless the HR Schema model