DBA Data[Home] [Help]

APPS.BEN_ETW_BUS dependencies on DT_API

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

334: p_argument_value => p_datetrack_mode);
335: --
336: -- Only perform the validation if the datetrack update mode is valid
337: --
338: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
339: --
340: --
341: -- Ensure the arguments are not null
342: --

Line 354: NOT (dt_api.check_min_max_dates

350: p_argument => 'validation_end_date',
351: p_argument_value => p_validation_end_date);
352: --
353: If ((nvl(p_elig_per_id, hr_api.g_number) <> hr_api.g_number) and
354: NOT (dt_api.check_min_max_dates
355: (p_base_table_name => 'ben_elig_per_f',
356: p_base_key_column => 'elig_per_id',
357: p_base_key_value => p_elig_per_id,
358: p_from_date => p_validation_start_date,

Line 364: NOT (dt_api.check_min_max_dates

360: l_table_name := 'ben_elig_per_f';
361: Raise l_integrity_error;
362: End If;
363: If ((nvl(p_pl_typ_id, hr_api.g_number) <> hr_api.g_number) and
364: NOT (dt_api.check_min_max_dates
365: (p_base_table_name => 'ben_pl_typ_f',
366: p_base_key_column => 'pl_typ_id',
367: p_base_key_value => p_pl_typ_id,
368: p_from_date => p_validation_start_date,

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

416: -- Processing continues.
417: --
418: -- Post Failure:
419: -- If a row exists by determining the returning Boolean value from the
420: -- generic dt_api.rows_exist function then we must supply an error via
421: -- the use of the local exception handler l_rows_exist.
422: --
423: -- Developer Implementation Notes:
424: -- This procedure should not need maintenance unless the HR Schema model