DBA Data[Home] [Help]

APPS.FND_UMS_LOADER dependencies on FND_PRODUCT_INSTALLATIONS

Line 267: fnd_product_installations fpi

263: is
264: cursor l_applsys_schemas is
265: select fou.oracle_username
266: from fnd_oracle_userid fou,
267: fnd_product_installations fpi
268: where fou.oracle_id = fpi.oracle_id
269: and fpi.application_id = 0;
270:
271: cursor l_ums_tables(p_owner in varchar2, p_table_name in varchar2) is