DBA Data[Home] [Help]

APPS.MSC_ATP_PF dependencies on FND_PRODUCT_INSTALLATIONS

Line 9280: fnd_product_installations b

9276: INTO l_msc_schema,
9277: l_sysdate,
9278: l_user_id
9279: FROM fnd_oracle_userid a,
9280: fnd_product_installations b
9281: WHERE a.oracle_id = b.oracle_id
9282: AND b.application_id = 724;
9283:
9284: FOR i in 1..atp_summ_tab.count LOOP