DBA Data[Home] [Help]

APPS.BEN_PYD_BUS dependencies on DT_API

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

612: p_argument_value => p_datetrack_mode);
613: --
614: -- Only perform the validation if the datetrack update mode is valid
615: --
616: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
617: --
618: --
619: -- Ensure the arguments are not null
620: --

Line 632: NOT (dt_api.check_min_max_dates

628: p_argument => 'validation_end_date',
629: p_argument_value => p_validation_end_date);
630: --
631: If ((nvl(p_ctfn_rqd_when_rl, hr_api.g_number) <> hr_api.g_number) and
632: NOT (dt_api.check_min_max_dates
633: (p_base_table_name => 'ff_formulas_f',
634: p_base_key_column => 'formula_id',
635: p_base_key_value => p_ctfn_rqd_when_rl,
636: p_from_date => p_validation_start_date,

Line 642: NOT (dt_api.check_min_max_dates

638: l_table_name := 'ff_formulas_f';
639: Raise l_integrity_error;
640: End If;
641: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
642: NOT (dt_api.check_min_max_dates
643: (p_base_table_name => 'ben_ptip_f',
644: p_base_key_column => 'ptip_id',
645: p_base_key_value => p_ptip_id,
646: p_from_date => p_validation_start_date,

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

692: -- Processing continues.
693: --
694: -- Post Failure:
695: -- If a row exists by determining the returning Boolean value from the
696: -- generic dt_api.rows_exist function then we must supply an error via
697: -- the use of the local exception handler l_rows_exist.
698: --
699: -- Developer Implementation Notes:
700: -- This procedure should not need maintenance unless the HR Schema model