DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on FND_PRODUCT_GROUPS

Line 1270: FROM fnd_product_groups;

1266: SELECT nvl(multi_org_flag, 'N')
1267: ---- Bug#MRC_SCHEMA_ELIM , nvl(multi_currency_flag, 'N')
1268: INTO l_multi_org
1269: ---, l_multi_cur
1270: FROM fnd_product_groups;
1271:
1272: --Added this check that does the same job as the above select
1273: If gl_mc_info.alc_enabled(275) Then -- 12i MOAC changes
1274: -- IF gl_mc_info.mrc_enabled(275) THEN -- 12i MOAC changes