DBA Data[Home] [Help]

APPS.MSC_ATP_PF dependencies on FND_PRODUCT_INSTALLATIONS

Line 9306: fnd_product_installations b

9302: INTO l_msc_schema,
9303: l_sysdate,
9304: l_user_id
9305: FROM fnd_oracle_userid a,
9306: fnd_product_installations b
9307: WHERE a.oracle_id = b.oracle_id
9308: AND b.application_id = 724;
9309:
9310: FOR i in 1..atp_summ_tab.count LOOP