DBA Data[Home] [Help]

APPS.AD_OBSOLETE_PRODUCTS dependencies on FND_PRODUCT_INSTALLATIONS

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

332: -- Update FND dictionary: FND_ORACLE_USERID
333:
334: delete from FND_ORACLE_USERID
335: where oracle_id =
336: ( select oracle_id from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id)
337: and oracle_username = l_schema_name;
338:
339:
340: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS

Line 340: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS

336: ( select oracle_id from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id)
337: and oracle_username = l_schema_name;
338:
339:
340: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS
341:
342: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;
343:
344:

Line 342: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;

338:
339:
340: -- Update FND dictionary: FND_PRODUCT_INSTALLATIONS
341:
342: delete from FND_PRODUCT_INSTALLATIONS where application_id = x_appl_id;
343:
344:
345: -- Update FND dictionary: FND_PRODUCT_DEPENDENCIES
346: