DBA Data[Home] [Help]

APPS.BEN_PCT_BUS dependencies on DT_API

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

427: p_argument_value => p_datetrack_mode);
428: --
429: -- Only perform the validation if the datetrack update mode is valid
430: --
431: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
432: --
433: --
434: -- Ensure the arguments are not null
435: --

Line 447: NOT (dt_api.check_min_max_dates

443: p_argument => 'validation_end_date',
444: p_argument_value => p_validation_end_date);
445: --
446: If ((nvl(p_ctfn_rqd_when_rl, hr_api.g_number) <> hr_api.g_number) and
447: NOT (dt_api.check_min_max_dates
448: (p_base_table_name => 'ff_formulas_f',
449: p_base_key_column => 'formula_id',
450: p_base_key_value => p_ctfn_rqd_when_rl,
451: p_from_date => p_validation_start_date,

Line 457: NOT (dt_api.check_min_max_dates

453: l_table_name := 'ff_formulas_f';
454: Raise l_integrity_error;
455: End If;
456: If ((nvl(p_pl_gd_or_svc_id, hr_api.g_number) <> hr_api.g_number) and
457: NOT (dt_api.check_min_max_dates
458: (p_base_table_name => 'ben_pl_gd_or_svc_f',
459: p_base_key_column => 'pl_gd_or_svc_id',
460: p_base_key_value => p_pl_gd_or_svc_id,
461: p_from_date => p_validation_start_date,

Line 467: NOT (dt_api.check_min_max_dates

463: l_table_name := 'ben_pl_gd_or_svc_f';
464: Raise l_integrity_error;
465: End If;
466: /*If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
467: NOT (dt_api.check_min_max_dates
468: (p_base_table_name => 'ben_pl_f',
469: p_base_key_column => 'pl_id',
470: p_base_key_value => p_pl_id,
471: p_from_date => p_validation_start_date,

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

519: -- Processing continues.
520: --
521: -- Post Failure:
522: -- If a row exists by determining the returning Boolean value from the
523: -- generic dt_api.rows_exist function then we must supply an error via
524: -- the use of the local exception handler l_rows_exist.
525: --
526: -- Developer Implementation Notes:
527: -- This procedure should not need maintenance unless the HR Schema model