DBA Data[Home] [Help]

APPS.EDW_OPTION dependencies on DBA_USERS

Line 71: select default_tablespace into p_option_value from dba_users where

67: p_option_value := physical_tspace_name;
68: end if;
69: end if;
70: if p_option_value is null then
71: select default_tablespace into p_option_value from dba_users where
72: username=EDW_OWB_COLLECTION_UTIL.get_db_user('BIS');
73: end if;
74:
75: end if;