DBA Data[Home] [Help]

APPS.EDW_METADATA_REFRESH dependencies on USER_OBJECTS

Line 21: select count(*) into l_count from user_objects

17:
18: -- check the repository is OWB9i or OWB211. If it is 211, do nothing.
19: -- if it is 9i, refresh the metadata tables.
20:
21: select count(*) into l_count from user_objects
22: where object_name='ALL_IV_DIMENSIONS';
23:
24: IF (l_count=0) THEN NULL;
25: ELSE