DBA Data[Home] [Help]

APPS.BEN_VPR_BUS dependencies on DT_API

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

437: p_argument_value => p_datetrack_mode);
438: --
439: -- Only perform the validation if the datetrack update mode is valid
440: --
441: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
442: --
443: --
444: -- Ensure the arguments are not null
445: --

Line 457: NOT (dt_api.check_min_max_dates

453: p_argument => 'validation_end_date',
454: p_argument_value => p_validation_end_date);
455: --
456: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
457: NOT (dt_api.check_min_max_dates
458: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
459: p_base_key_column => 'vrbl_rt_prfl_id',
460: p_base_key_value => p_vrbl_rt_prfl_id,
461: p_from_date => p_validation_start_date,

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

508: -- Processing continues.
509: --
510: -- Post Failure:
511: -- If a row exists by determining the returning Boolean value from the
512: -- generic dt_api.rows_exist function then we must supply an error via
513: -- the use of the local exception handler l_rows_exist.
514: --
515: -- Developer Implementation Notes:
516: -- This procedure should not need maintenance unless the HR Schema model