DBA Data[Home] [Help]

APPS.BEN_EDI_BUS dependencies on DT_API

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

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

Line 349: NOT (dt_api.check_min_max_dates

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

Line 359: NOT (dt_api.check_min_max_dates

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

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

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