DBA Data[Home] [Help]

APPS.FND_IMUTL dependencies on FND_PRODUCT_INSTALLATIONS

Line 341: from fnd_product_installations inst,

337: cmd VARCHAR2(200);
338: begin
339: -- determine index schema --
340: select u.oracle_username into own
341: from fnd_product_installations inst,
342: fnd_oracle_userid u,
343: fnd_application a
344: where a.application_id = inst.application_id
345: and inst.oracle_id = u.oracle_id