DBA Data[Home] [Help]

APPS.BEN_ETD_BUS dependencies on DT_API

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

255: p_argument_value => p_datetrack_mode);
256: --
257: -- Only perform the validation if the datetrack update mode is valid
258: --
259: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
260: --
261: --
262: -- Ensure the arguments are not null
263: --

Line 275: NOT (dt_api.check_min_max_dates

271: p_argument => 'validation_end_date',
272: p_argument_value => p_validation_end_date);
273: --
274: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
275: NOT (dt_api.check_min_max_dates
276: (p_base_table_name => 'ben_eligy_prfl_f',
277: p_base_key_column => 'eligy_prfl_id',
278: p_base_key_value => p_eligy_prfl_id,
279: p_from_date => p_validation_start_date,

Line 285: NOT (dt_api.check_min_max_dates

281: l_table_name := 'ben_eligy_prfl_f';
282: Raise l_integrity_error;
283: End If;
284: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
285: NOT (dt_api.check_min_max_dates
286: (p_base_table_name => 'ben_ptip_f',
287: p_base_key_column => 'ptip_id',
288: p_base_key_value => p_ptip_id,
289: p_from_date => p_validation_start_date,

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

335: -- Processing continues.
336: --
337: -- Post Failure:
338: -- If a row exists by determining the returning Boolean value from the
339: -- generic dt_api.rows_exist function then we must supply an error via
340: -- the use of the local exception handler l_rows_exist.
341: --
342: -- Developer Implementation Notes:
343: -- This procedure should not need maintenance unless the HR Schema model