DBA Data[Home] [Help]

APPS.ISC_FS_INV_USG_ETL_PKG dependencies on FND_INSTALLATION

Line 45: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then

41: l_industry varchar2(30);
42:
43: BEGIN
44:
45: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
46: x_schema_name := l_isc_schema;
47: else
48: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
49: return -1;

Line 48: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';

44:
45: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
46: x_schema_name := l_isc_schema;
47: else
48: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
49: return -1;
50: end if;
51:
52: RETURN 0;