DBA Data[Home] [Help]

APPS.BEN_CPR_BUS dependencies on DT_API

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

329: p_argument_value => p_datetrack_mode);
330: --
331: -- Only perform the validation if the datetrack update mode is valid
332: --
333: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
334: --
335: --
336: -- Ensure the arguments are not null
337: --

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

392: -- Processing continues.
393: --
394: -- Post Failure:
395: -- If a row exists by determining the returning Boolean value from the
396: -- generic dt_api.rows_exist function then we must supply an error via
397: -- the use of the local exception handler l_rows_exist.
398: --
399: -- Developer Implementation Notes:
400: -- This procedure should not need maintenance unless the HR Schema model