DBA Data[Home] [Help]

APPS.GHR_DUT_BUS dependencies on DT_API

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

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

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

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