DBA Data[Home] [Help]

APPS.CN_CLASSIFICATION_GEN dependencies on FND_GLOBAL

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

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