DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on FND_PRODUCT_INSTALLATIONS

Line 333: from fnd_product_installations pi

329: -- pragma autonomous_transaction;
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: