DBA Data[Home] [Help]

APPS.FND_OBJECT_TABLESPACES_PUB dependencies on FND_PRODUCT_INSTALLATIONS

Line 262: from fnd_product_installations fpi,

258: where application_short_name = p_application_short_name;
259:
260: cursor c4(l_app_id NUMBER) is
261: select oracle_username
262: from fnd_product_installations fpi,
263: fnd_oracle_userid fou
264: where fpi.oracle_id = fou.oracle_id
265: and fpi.application_id = l_app_id;
266: