DBA Data[Home] [Help]

APPS.BEN_ELU_BUS dependencies on DT_API

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

353: p_argument_value => p_datetrack_mode);
354: --
355: -- Only perform the validation if the datetrack update mode is valid
356: --
357: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
358: --
359: --
360: -- Ensure the arguments are not null
361: --

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

416: -- Processing continues.
417: --
418: -- Post Failure:
419: -- If a row exists by determining the returning Boolean value from the
420: -- generic dt_api.rows_exist function then we must supply an error via
421: -- the use of the local exception handler l_rows_exist.
422: --
423: -- Developer Implementation Notes:
424: -- This procedure should not need maintenance unless the HR Schema model