DBA Data[Home] [Help]

APPS.BEN_PBC_BUS dependencies on DT_API

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

296: p_argument_value => p_datetrack_mode);
297: --
298: -- Only perform the validation if the datetrack update mode is valid
299: --
300: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
301: --
302: --
303: -- Ensure the arguments are not null
304: --

Line 316: NOT (dt_api.check_min_max_dates

312: p_argument => 'validation_end_date',
313: p_argument_value => p_validation_end_date);
314: --
315: If ((nvl(p_pl_bnf_id, hr_api.g_number) <> hr_api.g_number) and
316: NOT (dt_api.check_min_max_dates
317: (p_base_table_name => 'ben_pl_bnf_f',
318: p_base_key_column => 'pl_bnf_id',
319: p_base_key_value => p_pl_bnf_id,
320: p_from_date => p_validation_start_date,

Line 326: NOT (dt_api.check_min_max_dates

322: l_table_name := 'ben_pl_bnf_f';
323: Raise l_integrity_error;
324: End If;
325: If ((nvl(p_prtt_enrt_actn_id, hr_api.g_number) <> hr_api.g_number) and
326: NOT (dt_api.check_min_max_dates
327: (p_base_table_name => 'ben_prtt_enrt_actn_f',
328: p_base_key_column => 'prtt_enrt_actn_id',
329: p_base_key_value => p_prtt_enrt_actn_id,
330: p_from_date => p_validation_start_date,

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

378: -- Processing continues.
379: --
380: -- Post Failure:
381: -- If a row exists by determining the returning Boolean value from the
382: -- generic dt_api.rows_exist function then we must supply an error via
383: -- the use of the local exception handler l_rows_exist.
384: --
385: -- Developer Implementation Notes:
386: -- This procedure should not need maintenance unless the HR Schema model