DBA Data[Home] [Help]

APPS.FII_AP_INV_ACTIVITY dependencies on FND_INSTALLATION

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

1341: arising due to using of Drill across package.
1342: For 11.5.9 environments we will be using the same old logic of using the drill across package for passing the dates
1343: In 11.5.9 environments the FII_AR_SALES_CREDITS table will not exist and hence this test will suffice.*/
1344:
1345: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, l_fii_schema))
1346: THEN NULL;
1347: END IF;
1348:
1349: /* Commented out by VKAZHIPU, since FII_AP_DRILL_ACROSS Package is not used for drill down */