DBA Data[Home] [Help]

APPS.IBC_IMT_PUB dependencies on FND_ORACLE_USERID

Line 76: FROM fnd_oracle_userid

72: ---------------------------
73: -- determine index owner --
74: ---------------------------
75: SELECT oracle_username INTO l_user_name
76: FROM fnd_oracle_userid
77: WHERE oracle_id = 549;
78:
79: IF p_optimize_level = 'FAST' THEN
80: l_maxtime := NULL;

Line 165: FROM fnd_oracle_userid

161: ---------------------------
162: -- determine index owner --
163: ---------------------------
164: SELECT oracle_username INTO l_owner_name
165: FROM fnd_oracle_userid
166: WHERE oracle_id = 549;
167:
168: -----------------------
169: -- rebuild the index --