DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_ORACLE_USERID

Line 91: from FND_ORACLE_USERID

87: if (g_apps_schema is null) then
88:
89: select ORACLE_USERNAME
90: into g_apps_schema
91: from FND_ORACLE_USERID
92: where ORACLE_ID = 900;
93:
94: end if;
95: