DBA Data[Home] [Help]

APPS.BEN_APL_BUS dependencies on DT_API

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

127: p_argument_value => p_datetrack_mode);
128: --
129: -- Only perform the validation if the datetrack update mode is valid
130: --
131: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
132: --
133: --
134: -- Ensure the arguments are not null
135: --

Line 147: NOT (dt_api.check_min_max_dates

143: p_argument => 'validation_end_date',
144: p_argument_value => p_validation_end_date);
145: --
146: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
147: NOT (dt_api.check_min_max_dates
148: (p_base_table_name => 'ben_acty_base_rt_f',
149: p_base_key_column => 'acty_base_rt_id',
150: p_base_key_value => p_acty_base_rt_id,
151: p_from_date => p_validation_start_date,

Line 158: NOT (dt_api.check_min_max_dates

154: Raise l_integrity_error;
155: End If;
156: --
157: If ((nvl(p_ptd_lmt_id, hr_api.g_number) <> hr_api.g_number) and
158: NOT (dt_api.check_min_max_dates
159: (p_base_table_name => 'ben_ptd_lmt_f',
160: p_base_key_column => 'ptd_lmt_id',
161: p_base_key_value => p_ptd_lmt_id,
162: p_from_date => p_validation_start_date,

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

208: -- Processing continues.
209: --
210: -- Post Failure:
211: -- If a row exists by determining the returning Boolean value from the
212: -- generic dt_api.rows_exist function then we must supply an error via
213: -- the use of the local exception handler l_rows_exist.
214: --
215: -- Developer Implementation Notes:
216: -- This procedure should not need maintenance unless the HR Schema model