DBA Data[Home] [Help]

APPS.BEN_ECF_BUS dependencies on DT_API

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

409: p_argument_value => p_datetrack_mode);
410: --
411: -- Only perform the validation if the datetrack update mode is valid
412: --
413: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
414: --
415: --
416: -- Ensure the arguments are not null
417: --

Line 429: NOT (dt_api.check_min_max_dates

425: p_argument => 'validation_end_date',
426: p_argument_value => p_validation_end_date);
427: --
428: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
429: NOT (dt_api.check_min_max_dates
430: (p_base_table_name => 'ben_pl_f',
431: p_base_key_column => 'pl_id',
432: p_base_key_value => p_pl_id,
433: p_from_date => p_validation_start_date,

Line 439: NOT (dt_api.check_min_max_dates

435: l_table_name := 'ben_pl_f';
436: Raise l_integrity_error;
437: End If;
438: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
439: NOT (dt_api.check_min_max_dates
440: (p_base_table_name => 'ben_oipl_f',
441: p_base_key_column => 'oipl_id',
442: p_base_key_value => p_oipl_id,
443: p_from_date => p_validation_start_date,

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

491: -- Processing continues.
492: --
493: -- Post Failure:
494: -- If a row exists by determining the returning Boolean value from the
495: -- generic dt_api.rows_exist function then we must supply an error via
496: -- the use of the local exception handler l_rows_exist.
497: --
498: -- Developer Implementation Notes:
499: -- This procedure should not need maintenance unless the HR Schema model