DBA Data[Home] [Help]

APPS.BEN_DPC_BUS dependencies on DT_API

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

400: p_argument_value => p_datetrack_mode);
401: --
402: -- Only perform the validation if the datetrack update mode is valid
403: --
404: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
405: --
406: --
407: -- Ensure the arguments are not null
408: --

Line 420: NOT (dt_api.check_min_max_dates

416: p_argument => 'validation_end_date',
417: p_argument_value => p_validation_end_date);
418: --
419: If ((nvl(p_dpnt_cvg_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
420: NOT (dt_api.check_min_max_dates
421: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
422: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
423: p_base_key_value => p_dpnt_cvg_eligy_prfl_id,
424: p_from_date => p_validation_start_date,

Line 430: NOT (dt_api.check_min_max_dates

426: l_table_name := 'ben_dpnt_cvg_eligy_prfl_f';
427: Raise l_integrity_error;
428: End If;
429: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
430: NOT (dt_api.check_min_max_dates
431: (p_base_table_name => 'ben_pl_f',
432: p_base_key_column => 'pl_id',
433: p_base_key_value => p_pl_id,
434: p_from_date => p_validation_start_date,

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

480: -- Processing continues.
481: --
482: -- Post Failure:
483: -- If a row exists by determining the returning Boolean value from the
484: -- generic dt_api.rows_exist function then we must supply an error via
485: -- the use of the local exception handler l_rows_exist.
486: --
487: -- Developer Implementation Notes:
488: -- This procedure should not need maintenance unless the HR Schema model