DBA Data[Home] [Help]

APPS.BEN_LPL_BUS dependencies on DT_API

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

626: p_argument_value => p_datetrack_mode);
627: --
628: -- Only perform the validation if the datetrack update mode is valid
629: --
630: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
631: --
632: --
633: -- Ensure the arguments are not null
634: --

Line 646: NOT (dt_api.check_min_max_dates

642: p_argument => 'validation_end_date',
643: p_argument_value => p_validation_end_date);
644: --
645: If ((nvl(p_formula_id, hr_api.g_number) <> hr_api.g_number) and
646: NOT (dt_api.check_min_max_dates
647: (p_base_table_name => 'ff_formulas_f',
648: p_base_key_column => 'formula_id',
649: p_base_key_value => p_formula_id,
650: p_from_date => p_validation_start_date,

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

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