DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on USER_ERRORS

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

1663: ELSE
1664: l_test_append := NULL;
1665: END IF;
1666: --+
1667: -- Search the User_Errors table, for errors belonging to any of the Collection
1668: -- packages for this Org.
1669: --+
1670: FOR obj_rec IN
1671: (SELECT

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

1681: FOR err_rec IN
1682: (SELECT
1683: '*** '||TYPE||' '||LOWER(NAME)||' LINE: '||line||'/'||position||
1684: fnd_global.local_chr(10)||text||fnd_global.local_chr(10) outstr
1685: FROM user_errors WHERE NAME = obj_rec.name||l_org_append||l_test_append)
1686: LOOP <>
1687: -- If there is enough space, append this error to the end of the
1688: -- Errbuf, otherwise aappend as mauch as possible and then quit
1689: -- the loop.