DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on USER_ERRORS

Line 1732: -- Search the User_Errors table, for errors belonging to any of the Collection

1728: ELSE
1729: l_test_append := NULL;
1730: END IF;
1731: --+
1732: -- Search the User_Errors table, for errors belonging to any of the Collection
1733: -- packages for this Org.
1734: --+
1735: FOR obj_rec IN
1736: (SELECT

Line 1750: FROM user_errors WHERE NAME = obj_rec.name||l_org_append||l_test_append)

1746: FOR err_rec IN
1747: (SELECT
1748: '*** '||TYPE||' '||LOWER(NAME)||' LINE: '||line||'/'||position||
1749: fnd_global.local_chr(10)||text||fnd_global.local_chr(10) outstr
1750: FROM user_errors WHERE NAME = obj_rec.name||l_org_append||l_test_append)
1751: LOOP <>
1752: -- If there is enough space, append this error to the end of the
1753: -- Errbuf, otherwise aappend as mauch as possible and then quit
1754: -- the loop.