DBA Data[Home] [Help]

APPS.BSC_DBGEN_UTILS dependencies on FND_ORACLE_USERID

Line 63: FROM fnd_oracle_userid

59: Function get_apps_schema RETURN VARCHAR2 IS
60: l_schema varchar2(100);
61: CURSOR cApps IS
62: SELECT ORACLE_USERNAME
63: FROM fnd_oracle_userid
64: WHERE oracle_id=900;
65: BEGIN
66: OPEN cApps;
67: FETCH cApps INTO l_schema;