DBA Data[Home] [Help]

APPS.BEN_APC_BUS dependencies on DT_API

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

174: p_argument_value => p_datetrack_mode);
175: --
176: -- Only perform the validation if the datetrack update mode is valid
177: --
178: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
179: --
180: --
181: -- Ensure the arguments are not null
182: --

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

237: -- Processing continues.
238: --
239: -- Post Failure:
240: -- If a row exists by determining the returning Boolean value from the
241: -- generic dt_api.rows_exist function then we must supply an error via
242: -- the use of the local exception handler l_rows_exist.
243: --
244: -- Developer Implementation Notes:
245: -- This procedure should not need maintenance unless the HR Schema model