DBA Data[Home] [Help]

APPS.IBE_SEARCH_SETUP_PVT dependencies on FND_ORACLE_USERID

Line 168: from fnd_oracle_userid

164: l_ctxsys_oracle_id NUMBER := 20129;
165: l_ctxsys_user_name VARCHAR2(10);
166: CURSOR c_get_owner(l_oracle_id NUMBER) IS
167: select ORACLE_USERNAME
168: from fnd_oracle_userid
169: where ORACLE_ID = l_oracle_id;
170: -- sytong, bug fix 2926852
171:
172: -- TYPE searchCurType IS REF CURSOR;