DBA Data[Home] [Help]

APPS.FND_IMUTL dependencies on FND_PRODUCT_INSTALLATIONS

Line 335: from fnd_product_installations inst,

331: cmd VARCHAR2(200);
332: begin
333: -- determine index schema --
334: select u.oracle_username into own
335: from fnd_product_installations inst,
336: fnd_oracle_userid u,
337: fnd_application a
338: where a.application_id = inst.application_id
339: and inst.oracle_id = u.oracle_id