DBA Data[Home] [Help]

APPS.PV_CATEGORY_MIGRATION dependencies on FND_PRODUCT_INSTALLATIONS

Line 206: FROM fnd_product_installations i,

202: CURSOR c_pv_schema IS
203: SELECT i.tablespace,
204: i.index_tablespace,
205: u.oracle_username
206: FROM fnd_product_installations i,
207: fnd_application a,
208: fnd_oracle_userid u
209: WHERE a.application_short_name = 'PV' AND
210: a.application_id = i.application_id AND