DBA Data[Home] [Help]

APPS.BEN_DEC_BUS dependencies on DT_API

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

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

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

258: -- Processing continues.
259: --
260: -- Post Failure:
261: -- If a row exists by determining the returning Boolean value from the
262: -- generic dt_api.rows_exist function then we must supply an error via
263: -- the use of the local exception handler l_rows_exist.
264: --
265: -- Developer Implementation Notes:
266: -- This procedure should not need maintenance unless the HR Schema model