DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on FND_PRODUCT_INSTALLATIONS

Line 316: from fnd_product_installations pi

312: -- pragma autonomous_transaction;
313:
314: cursor c is
315: select ou.oracle_username
316: from fnd_product_installations pi
317: , fnd_oracle_userid ou
318: where ou.oracle_id = pi.oracle_id
319: and application_id = 0;
320: