DBA Data[Home] [Help]

APPS.BEN_PPV_BUS dependencies on DT_API

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

848: p_argument_value => p_datetrack_mode);
849: --
850: -- Only perform the validation if the datetrack update mode is valid
851: --
852: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
853: --
854: --
855: -- Ensure the arguments are not null
856: --

Line 868: NOT (dt_api.check_min_max_dates

864: p_argument => 'validation_end_date',
865: p_argument_value => p_validation_end_date);
866: --
867: If ((nvl(p_actl_prem_id, hr_api.g_number) <> hr_api.g_number) and
868: NOT (dt_api.check_min_max_dates
869: (p_base_table_name => 'ben_actl_prem_f',
870: p_base_key_column => 'actl_prem_id',
871: p_base_key_value => p_actl_prem_id,
872: p_from_date => p_validation_start_date,

Line 878: NOT (dt_api.check_min_max_dates

874: l_table_name := 'ben_actl_prem_f';
875: Raise l_integrity_error;
876: End If;
877: If ((nvl(p_cvg_amt_calc_mthd_id, hr_api.g_number) <> hr_api.g_number) and
878: NOT (dt_api.check_min_max_dates
879: (p_base_table_name => 'ben_cvg_amt_calc_mthd_f',
880: p_base_key_column => 'cvg_amt_calc_mthd_id',
881: p_base_key_value => p_cvg_amt_calc_mthd_id,
882: p_from_date => p_validation_start_date,

Line 888: NOT (dt_api.check_min_max_dates

884: l_table_name := 'ben_cvg_amt_calc_mthd_f';
885: Raise l_integrity_error;
886: End If;
887: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
888: NOT (dt_api.check_min_max_dates
889: (p_base_table_name => 'ben_acty_base_rt_f',
890: p_base_key_column => 'acty_base_rt_id',
891: p_base_key_value => p_acty_base_rt_id,
892: p_from_date => p_validation_start_date,

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

940: -- Processing continues.
941: --
942: -- Post Failure:
943: -- If a row exists by determining the returning Boolean value from the
944: -- generic dt_api.rows_exist function then we must supply an error via
945: -- the use of the local exception handler l_rows_exist.
946: --
947: -- Developer Implementation Notes:
948: -- This procedure should not need maintenance unless the HR Schema model