DBA Data[Home] [Help]

APPS.BEN_LNR_BUS dependencies on DT_API

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

220: p_argument_value => p_datetrack_mode);
221: --
222: -- Only perform the validation if the datetrack update mode is valid
223: --
224: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
225: --
226: --
227: -- Ensure the arguments are not null
228: --

Line 240: NOT (dt_api.check_min_max_dates

236: p_argument => 'validation_end_date',
237: p_argument_value => p_validation_end_date);
238: --
239: If ((nvl(p_ler_chg_pl_nip_enrt_id, hr_api.g_number) <> hr_api.g_number) and
240: NOT (dt_api.check_min_max_dates
241: (p_base_table_name => 'ben_ler_chg_pl_nip_enrt_f',
242: p_base_key_column => 'ler_chg_pl_nip_enrt_id',
243: p_base_key_value => p_ler_chg_pl_nip_enrt_id,
244: p_from_date => p_validation_start_date,

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

291: -- Processing continues.
292: --
293: -- Post Failure:
294: -- If a row exists by determining the returning Boolean value from the
295: -- generic dt_api.rows_exist function then we must supply an error via
296: -- the use of the local exception handler l_rows_exist.
297: --
298: -- Developer Implementation Notes:
299: -- This procedure should not need maintenance unless the HR Schema model