DBA Data[Home] [Help]

APPS.BEN_ART_BUS dependencies on DT_API

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

397: p_argument_value => p_datetrack_mode);
398: --
399: -- Only perform the validation if the datetrack update mode is valid
400: --
401: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
402: --
403: --
404: -- Ensure the arguments are not null
405: --

Line 417: NOT (dt_api.check_min_max_dates

413: p_argument => 'validation_end_date',
414: p_argument_value => p_validation_end_date);
415: --
416: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
417: NOT (dt_api.check_min_max_dates
418: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
419: p_base_key_column => 'vrbl_rt_prfl_id',
420: p_base_key_value => p_vrbl_rt_prfl_id,
421: p_from_date => p_validation_start_date,

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

468: -- Processing continues.
469: --
470: -- Post Failure:
471: -- If a row exists by determining the returning Boolean value from the
472: -- generic dt_api.rows_exist function then we must supply an error via
473: -- the use of the local exception handler l_rows_exist.
474: --
475: -- Developer Implementation Notes:
476: -- This procedure should not need maintenance unless the HR Schema model