DBA Data[Home] [Help]

APPS.BEN_EAI_BUS dependencies on DT_API

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

327: p_argument_value => p_datetrack_mode);
328: --
329: -- Only perform the validation if the datetrack update mode is valid
330: --
331: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
332: --
333: --
334: -- Ensure the arguments are not null
335: --

Line 347: NOT (dt_api.check_min_max_dates

343: p_argument => 'validation_end_date',
344: p_argument_value => p_validation_end_date);
345: --
346: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
347: NOT (dt_api.check_min_max_dates
348: (p_base_table_name => 'ben_eligy_prfl_f',
349: p_base_key_column => 'eligy_prfl_id',
350: p_base_key_value => p_eligy_prfl_id,
351: p_from_date => p_validation_start_date,

Line 357: NOT (dt_api.check_min_max_dates

353: l_table_name := 'ben_eligy_prfl_f';
354: Raise l_integrity_error;
355: End If;
356: If ((nvl(p_plip_id, hr_api.g_number) <> hr_api.g_number) and
357: NOT (dt_api.check_min_max_dates
358: (p_base_table_name => 'ben_plip_f',
359: p_base_key_column => 'plip_id',
360: p_base_key_value => p_plip_id,
361: p_from_date => p_validation_start_date,

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

408: -- Processing continues.
409: --
410: -- Post Failure:
411: -- If a row exists by determining the returning Boolean value from the
412: -- generic dt_api.rows_exist function then we must supply an error via
413: -- the use of the local exception handler l_rows_exist.
414: --
415: -- Developer Implementation Notes:
416: -- This procedure should not need maintenance unless the HR Schema model