DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on FND_ORACLE_USERID

Line 334: , fnd_oracle_userid ou

330:
331: cursor c is
332: select ou.oracle_username
333: from fnd_product_installations pi
334: , fnd_oracle_userid ou
335: where ou.oracle_id = pi.oracle_id
336: and application_id = 0;
337:
338: cursor c2 is