DBA Data[Home] [Help]

APPS.BEN_DDR_BUS dependencies on DT_API

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

800: p_argument_value => p_datetrack_mode);
801: --
802: -- Only perform the validation if the datetrack update mode is valid
803: --
804: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
805: --
806: --
807: -- Ensure the arguments are not null
808: --

Line 820: NOT (dt_api.check_min_max_dates

816: p_argument => 'validation_end_date',
817: p_argument_value => p_validation_end_date);
818: --
819: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
820: NOT (dt_api.check_min_max_dates
821: (p_base_table_name => 'ben_oipl_f',
822: p_base_key_column => 'oipl_id',
823: p_base_key_value => p_oipl_id,
824: p_from_date => p_validation_start_date,

Line 830: NOT (dt_api.check_min_max_dates

826: l_table_name := 'ben_oipl_f';
827: Raise l_integrity_error;
828: End If;
829: If ((nvl(p_opt_id, hr_api.g_number) <> hr_api.g_number) and
830: NOT (dt_api.check_min_max_dates
831: (p_base_table_name => 'ben_opt_f',
832: p_base_key_column => 'opt_id',
833: p_base_key_value => p_opt_id,
834: p_from_date => p_validation_start_date,

Line 840: NOT (dt_api.check_min_max_dates

836: l_table_name := 'ben_opt_f';
837: Raise l_integrity_error;
838: End If;
839: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
840: NOT (dt_api.check_min_max_dates
841: (p_base_table_name => 'ben_pl_f',
842: p_base_key_column => 'pl_id',
843: p_base_key_value => p_pl_id,
844: p_from_date => p_validation_start_date,

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

890: -- Processing continues.
891: --
892: -- Post Failure:
893: -- If a row exists by determining the returning Boolean value from the
894: -- generic dt_api.rows_exist function then we must supply an error via
895: -- the use of the local exception handler l_rows_exist.
896: --
897: -- Developer Implementation Notes:
898: -- This procedure should not need maintenance unless the HR Schema model