DBA Data[Home] [Help]

APPS.OKS_UPGRADE_PRECHECK dependencies on FND_ORACLE_USERID

Line 967: from fnd_oracle_userid

963: l_index_name VARCHAR2(200);
964:
965: cursor get_global_schema is
966: select oracle_username
967: from fnd_oracle_userid
968: where read_only_flag = 'U';
969:
970: cursor get_cov_sch_index(c_owner in varchar2) is
971: Select index_name