DBA Data[Home] [Help]

APPS.CN_CLASSIFICATION_GEN dependencies on FND_GLOBAL

Line 2221: '*** '||type||' '||LOWER(name)||' LINE: '||line||'/'||position||fnd_global.local_CHR(10)||text||fnd_global.local_CHR(10) outstr

2217: -- packages for this Org.
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