DBA Data[Home] [Help]

APPS.BEN_PBB_BUS dependencies on DT_API

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

196: p_argument_value => p_datetrack_mode);
197: --
198: -- Only perform the validation if the datetrack update mode is valid
199: --
200: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
201: --
202: --
203: -- Ensure the arguments are not null
204: --

Line 216: NOT (dt_api.check_min_max_dates

212: p_argument => 'validation_end_date',
213: p_argument_value => p_validation_end_date);
214: --
215: If ((nvl(p_bnfts_bal_id, hr_api.g_number) <> hr_api.g_number) and
216: NOT (dt_api.check_min_max_dates
217: (p_base_table_name => 'ben_bnfts_bal_f',
218: p_base_key_column => 'bnfts_bal_id',
219: p_base_key_value => p_bnfts_bal_id,
220: p_from_date => p_validation_start_date,

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

266: -- Processing continues.
267: --
268: -- Post Failure:
269: -- If a row exists by determining the returning Boolean value from the
270: -- generic dt_api.rows_exist function then we must supply an error via
271: -- the use of the local exception handler l_rows_exist.
272: --
273: -- Developer Implementation Notes:
274: -- This procedure should not need maintenance unless the HR Schema model