DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on FND_PRODUCT_GROUPS

Line 1514: FROM fnd_product_groups;

1510: SELECT nvl(multi_org_flag, 'N')
1511: ---- Bug#MRC_SCHEMA_ELIM , nvl(multi_currency_flag, 'N')
1512: INTO l_multi_org
1513: ---, l_multi_cur
1514: FROM fnd_product_groups;
1515:
1516: --Added this check that does the same job as the above select
1517: If gl_mc_info.alc_enabled(275) Then -- 12i MOAC changes
1518: -- IF gl_mc_info.mrc_enabled(275) THEN -- 12i MOAC changes