DBA Data[Home] [Help]

APPS.BEN_ERG_BUS dependencies on DT_API

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

482: p_argument_value => p_datetrack_mode);
483: --
484: -- Only perform the validation if the datetrack update mode is valid
485: --
486: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
487: --
488: --
489: -- Ensure the arguments are not null
490: --

Line 502: NOT (dt_api.check_min_max_dates

498: p_argument => 'validation_end_date',
499: p_argument_value => p_validation_end_date);
500: --
501: If ((nvl(p_ELIGY_PRFL_id, hr_api.g_number) <> hr_api.g_number) and
502: NOT (dt_api.check_min_max_dates
503: (p_base_table_name => 'ben_ELIGY_PRFL_f',
504: p_base_key_column => 'ELIGY_PRFL_id',
505: p_base_key_value => p_ELIGY_PRFL_id,
506: p_from_date => p_validation_start_date,

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

553: -- Processing continues.
554: --
555: -- Post Failure:
556: -- If a row exists by determining the returning Boolean value from the
557: -- generic dt_api.rows_exist function then we must supply an error via
558: -- the use of the local exception handler l_rows_exist.
559: --
560: -- Developer Implementation Notes:
561: -- This procedure should not need maintenance unless the HR Schema model