DBA Data[Home] [Help]

APPS.CN_CLASSIFICATION_GEN dependencies on USER_ERRORS

Line 2216: -- Search the User_Errors table, for errors belonging to any of the Classification

2212: ------------------------------------------------------------------------------
2213: IF l_errors THEN -- some specs/bodies were in error
2214: x_retcode := 1; -- set failure return code
2215:
2216: -- Search the User_Errors table, for errors belonging to any of the Classification
2217: -- packages for this Org.
2218: --
2219: FOR rec IN
2220: (SELECT

Line 2222: FROM user_errors WHERE name = l_pkg_name)

2218: --
2219: FOR rec IN
2220: (SELECT
2221: '*** '||type||' '||LOWER(name)||' LINE: '||line||'/'||position||fnd_global.local_CHR(10)||text||fnd_global.local_CHR(10) outstr
2222: FROM user_errors WHERE name = l_pkg_name)
2223: LOOP
2224: -- If there is enough space, append this error to the end of the
2225: -- Errbuf, otherwise aappend as mauch as possible and then quit
2226: -- the loop.