DBA Data[Home] [Help]

APPS.BEN_ECQ_BUS dependencies on DT_API

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

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

Line 431: NOT (dt_api.check_min_max_dates

427: p_argument => 'validation_end_date',
428: p_argument_value => p_validation_end_date);
429: --
430: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
431: NOT (dt_api.check_min_max_dates
432: (p_base_table_name => 'ben_eligy_prfl_f',
433: p_base_key_column => 'eligy_prfl_id',
434: p_base_key_value => p_eligy_prfl_id,
435: p_from_date => p_validation_start_date,

Line 441: NOT (dt_api.check_min_max_dates

437: l_table_name := 'ben_eligy_prfl_f';
438: Raise l_integrity_error;
439: End If;
440: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
441: NOT (dt_api.check_min_max_dates
442: (p_base_table_name => 'ben_pgm_f',
443: p_base_key_column => 'pgm_id',
444: p_base_key_value => p_pgm_id,
445: p_from_date => p_validation_start_date,

Line 451: NOT (dt_api.check_min_max_dates

447: l_table_name := 'ben_pgm_f';
448: Raise l_integrity_error;
449: End If;
450: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
451: NOT (dt_api.check_min_max_dates
452: (p_base_table_name => 'ben_ptip_f',
453: p_base_key_column => 'ptip_id',
454: p_base_key_value => p_ptip_id,
455: p_from_date => p_validation_start_date,

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

502: -- Processing continues.
503: --
504: -- Post Failure:
505: -- If a row exists by determining the returning Boolean value from the
506: -- generic dt_api.rows_exist function then we must supply an error via
507: -- the use of the local exception handler l_rows_exist.
508: --
509: -- Developer Implementation Notes:
510: -- This procedure should not need maintenance unless the HR Schema model