DBA Data[Home] [Help]

APPS.GL_CHART_OF_ACCOUNTS_API_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 428: FROM fnd_product_installations fpi

424:
425: BEGIN
426: SELECT fpi.industry
427: INTO v_industry_type
428: FROM fnd_product_installations fpi
429: WHERE fpi.application_id = v_application_id;
430: EXCEPTION
431: WHEN OTHERS THEN
432: v_industry_type := 'N';

Line 2262: FROM fnd_product_installations

2258: -- flexfield is installed at the site.
2259: --
2260: SELECT count(*)
2261: INTO v_count
2262: FROM fnd_product_installations
2263: WHERE application_id = v_application_id;
2264:
2265: IF (v_count = 0) THEN
2266: return (ret);