91: l_industry varchar2(30);
92:
93: begin
94:
95: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
96: x_schema_name := l_isc_schema;
97: else
98: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
99: return -1;
94:
95: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
96: x_schema_name := l_isc_schema;
97: else
98: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
99: return -1;
100: end if;
101:
102: return 0;