DBA Data[Home] [Help]

APPS.BEN_CCP_BUS dependencies on DT_API

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

381: p_argument_value => p_datetrack_mode);
382: --
383: -- Only perform the validation if the datetrack update mode is valid
384: --
385: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
386: --
387: --
388: -- Ensure the arguments are not null
389: --

Line 401: NOT (dt_api.check_min_max_dates

397: p_argument => 'validation_end_date',
398: p_argument_value => p_validation_end_date);
399: --
400: If ((nvl(p_elig_cvrd_dpnt_id, hr_api.g_number) <> hr_api.g_number) and
401: NOT (dt_api.check_min_max_dates
402: (p_base_table_name => 'ben_elig_cvrd_dpnt_f',
403: p_base_key_column => 'elig_cvrd_dpnt_id',
404: p_base_key_value => p_elig_cvrd_dpnt_id,
405: p_from_date => p_validation_start_date,

Line 411: NOT (dt_api.check_min_max_dates

407: l_table_name := 'ben_elig_cvrd_dpnt_f';
408: Raise l_integrity_error;
409: End If;
410: If ((nvl(p_prtt_enrt_actn_id, hr_api.g_number) <> hr_api.g_number) and
411: NOT (dt_api.check_min_max_dates
412: (p_base_table_name => 'ben_prtt_enrt_actn_f',
413: p_base_key_column => 'prtt_enrt_actn_id',
414: p_base_key_value => p_prtt_enrt_actn_id,
415: p_from_date => p_validation_start_date,

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

462: -- Processing continues.
463: --
464: -- Post Failure:
465: -- If a row exists by determining the returning Boolean value from the
466: -- generic dt_api.rows_exist function then we must supply an error via
467: -- the use of the local exception handler l_rows_exist.
468: --
469: -- Developer Implementation Notes:
470: -- This procedure should not need maintenance unless the HR Schema model