DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_ORACLE_USERID

Line 111: from FND_ORACLE_USERID

107: if (g_apps_schema is null) then
108:
109: select ORACLE_USERNAME
110: into g_apps_schema
111: from FND_ORACLE_USERID
112: where ORACLE_ID = 900;
113:
114: end if;
115: