DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on DBA_ERRORS

Line 1458: from DBA_ERRORS DE

1454: FROM DBA_OBJECTS DO
1455: WHERE DO.STATUS = 'INVALID' AND
1456: DO.OWNER = user and
1457: EXISTS (select 1
1458: from DBA_ERRORS DE
1459: where DE.NAME = DO.OBJECT_NAME AND
1460: DE.OWNER = DO.OWNER );
1461:
1462: -- Update the invalid objects