DBA Data[Home] [Help]

APPS.BEN_OPP_BUS dependencies on DT_API

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

127: p_argument_value => p_datetrack_mode);
128: --
129: -- Only perform the validation if the datetrack update mode is valid
130: --
131: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
132: --
133: --
134: -- Ensure the arguments are not null
135: --

Line 147: NOT (dt_api.check_min_max_dates

143: p_argument => 'validation_end_date',
144: p_argument_value => p_validation_end_date);
145: --
146: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
147: NOT (dt_api.check_min_max_dates
148: (p_base_table_name => 'ben_oipl_f',
149: p_base_key_column => 'oipl_id',
150: p_base_key_value => p_oipl_id,
151: p_from_date => p_validation_start_date,

Line 157: NOT (dt_api.check_min_max_dates

153: l_table_name := 'ben_oipl_f';
154: Raise l_integrity_error;
155: End If;
156: If ((nvl(p_plip_id, hr_api.g_number) <> hr_api.g_number) and
157: NOT (dt_api.check_min_max_dates
158: (p_base_table_name => 'ben_plip_f',
159: p_base_key_column => 'plip_id',
160: p_base_key_value => p_plip_id,
161: p_from_date => p_validation_start_date,

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

208: -- Processing continues.
209: --
210: -- Post Failure:
211: -- If a row exists by determining the returning Boolean value from the
212: -- generic dt_api.rows_exist function then we must supply an error via
213: -- the use of the local exception handler l_rows_exist.
214: --
215: -- Developer Implementation Notes:
216: -- This procedure should not need maintenance unless the HR Schema model