DBA Data[Home] [Help]

APPS.BEN_PRT_BUS dependencies on DT_API

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

657: p_argument_value => p_datetrack_mode);
658: --
659: -- Only perform the validation if the datetrack update mode is valid
660: --
661: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
662: --
663: --
664: -- Ensure the arguments are not null
665: --

Line 677: NOT (dt_api.check_min_max_dates

673: p_argument => 'validation_end_date',
674: p_argument_value => p_validation_end_date);
675: --
676: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
677: NOT (dt_api.check_min_max_dates
678: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
679: p_base_key_column => 'vrbl_rt_prfl_id',
680: p_base_key_value => p_vrbl_rt_prfl_id,
681: p_from_date => p_validation_start_date,

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

728: -- Processing continues.
729: --
730: -- Post Failure:
731: -- If a row exists by determining the returning Boolean value from the
732: -- generic dt_api.rows_exist function then we must supply an error via
733: -- the use of the local exception handler l_rows_exist.
734: --
735: -- Developer Implementation Notes:
736: -- This procedure should not need maintenance unless the HR Schema model