DBA Data[Home] [Help]

APPS.BEN_PPR_BUS dependencies on DT_API

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

787: p_argument_value => p_datetrack_mode);
788: --
789: -- Only perform the validation if the datetrack update mode is valid
790: --
791: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
792: --
793: --
794: -- Ensure the arguments are not null
795: --

Line 807: NOT (dt_api.check_min_max_dates

803: p_argument => 'validation_end_date',
804: p_argument_value => p_validation_end_date);
805: --
806: If ((nvl(p_elig_cvrd_dpnt_id, hr_api.g_number) <> hr_api.g_number) and
807: NOT (dt_api.check_min_max_dates
808: (p_base_table_name => 'ben_elig_cvrd_dpnt_f',
809: p_base_key_column => 'elig_cvrd_dpnt_id',
810: p_base_key_value => p_elig_cvrd_dpnt_id,
811: p_from_date => p_validation_start_date,

Line 817: NOT (dt_api.check_min_max_dates

813: l_table_name := 'ben_elig_cvrd_dpnt_f';
814: Raise l_integrity_error;
815: End If;
816: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
817: NOT (dt_api.check_min_max_dates
818: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
819: p_base_key_column => 'prtt_enrt_rslt_id',
820: p_base_key_value => p_prtt_enrt_rslt_id,
821: p_from_date => p_validation_start_date,

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

868: -- Processing continues.
869: --
870: -- Post Failure:
871: -- If a row exists by determining the returning Boolean value from the
872: -- generic dt_api.rows_exist function then we must supply an error via
873: -- the use of the local exception handler l_rows_exist.
874: --
875: -- Developer Implementation Notes:
876: -- This procedure should not need maintenance unless the HR Schema model