DBA Data[Home] [Help]

APPS.ISC_DBI_MSC_OBJECTS_C dependencies on FND_INSTALLATION

Line 118: IF (NOT FND_INSTALLATION.GET_APP_INFO('ISC', g_status, g_industry, g_isc_schema)) THEN

114: BEGIN
115:
116: BIS_COLLECTION_UTILITIES.Put_Line(' ');
117:
118: IF (NOT FND_INSTALLATION.GET_APP_INFO('ISC', g_status, g_industry, g_isc_schema)) THEN
119: g_errbuf := 'Error while retrieving product information.';
120: RETURN (-1);
121: END IF;
122: