DBA Data[Home] [Help]

APPS.FII_AP_HOLD_SUM dependencies on FND_INSTALLATION

Line 875: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, l_fii_schema))

871: arising due to using of Drill across package.
872: For 11.5.9 environments we will be using the same old logic of using the drill across package for passing the dates
873: In 11.5.9 environments the FII_AR_SALES_CREDITS table will not exist and hence this test will suffice.*/
874:
875: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, l_fii_schema))
876: THEN NULL;
877: END IF;
878:
879: /* Commented out by VKAZHIPU, since FII_AP_DRILL_ACROSS Package is not used for drill down */