DBA Data[Home] [Help]

APPS.AD_OBSOLETE_PRODUCTS dependencies on FND_PRODUCT_INSTALLATIONS

Line 291: ( select oracle_id from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id)

287: -- Update FND dictionary: FND_ORACLE_USERID
288:
289: delete from FND_ORACLE_USERID
290: where oracle_id =
291: ( select oracle_id from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id)
292: and oracle_username = l_schema_name;
293:
294:
295: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS

Line 295: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS

291: ( select oracle_id from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id)
292: and oracle_username = l_schema_name;
293:
294:
295: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS
296:
297: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;
298:
299:

Line 297: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;

293:
294:
295: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS
296:
297: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;
298:
299:
300: -- Update FND dictionary: FND_PRODUCT_DEPENDENCIES
301: