DBA Data[Home] [Help]

APPS.BEN_EMS_BUS dependencies on DT_API

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

719: p_argument_value => p_datetrack_mode);
720: --
721: -- Only perform the validation if the datetrack update mode is valid
722: --
723: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
724: --
725: --
726: -- Ensure the arguments are not null
727: --

Line 739: NOT (dt_api.check_min_max_dates

735: p_argument => 'validation_end_date',
736: p_argument_value => p_validation_end_date);
737: --
738: If ((nvl(p_dpnt_cvg_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
739: NOT (dt_api.check_min_max_dates
740: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
741: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
742: p_base_key_value => p_dpnt_cvg_eligy_prfl_id,
743: p_from_date => p_validation_start_date,

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

790: -- Processing continues.
791: --
792: -- Post Failure:
793: -- If a row exists by determining the returning Boolean value from the
794: -- generic dt_api.rows_exist function then we must supply an error via
795: -- the use of the local exception handler l_rows_exist.
796: --
797: -- Developer Implementation Notes:
798: -- This procedure should not need maintenance unless the HR Schema model