DBA Data[Home] [Help]

APPS.BEN_CBS_BUS dependencies on DT_API

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

538: p_argument_value => p_datetrack_mode);
539: --
540: -- Only perform the validation if the datetrack update mode is valid
541: --
542: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
543: --
544: --
545: -- Ensure the arguments are not null
546: --

Line 558: NOT (dt_api.check_min_max_dates

554: p_argument => 'validation_end_date',
555: p_argument_value => p_validation_end_date);
556: --
557: If ((nvl(p_actl_prem_id, hr_api.g_number) <> hr_api.g_number) and
558: NOT (dt_api.check_min_max_dates
559: (p_base_table_name => 'ben_actl_prem_f',
560: p_base_key_column => 'actl_prem_id',
561: p_base_key_value => p_actl_prem_id,
562: p_from_date => p_validation_start_date,

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

608: -- Processing continues.
609: --
610: -- Post Failure:
611: -- If a row exists by determining the returning Boolean value from the
612: -- generic dt_api.rows_exist function then we must supply an error via
613: -- the use of the local exception handler l_rows_exist.
614: --
615: -- Developer Implementation Notes:
616: -- This procedure should not need maintenance unless the HR Schema model