DBA Data[Home] [Help]

APPS.CN_CLASSIFICATION_GEN dependencies on USER_ERRORS

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

2204: ------------------------------------------------------------------------------
2205: IF l_errors THEN -- some specs/bodies were in error
2206: x_retcode := 1; -- set failure return code
2207:
2208: -- Search the User_Errors table, for errors belonging to any of the Classification
2209: -- packages for this Org.
2210: --
2211: FOR rec IN
2212: (SELECT

Line 2214: FROM user_errors WHERE name = l_pkg_name)

2210: --
2211: FOR rec IN
2212: (SELECT
2213: '*** '||type||' '||LOWER(name)||' LINE: '||line||'/'||position||fnd_global.local_CHR(10)||text||fnd_global.local_CHR(10) outstr
2214: FROM user_errors WHERE name = l_pkg_name)
2215: LOOP
2216: -- If there is enough space, append this error to the end of the
2217: -- Errbuf, otherwise aappend as mauch as possible and then quit
2218: -- the loop.