DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on FND_INSTALLATION

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

52: l_industry varchar2(30);
53:
54: begin
55:
56: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
57: x_schema_name := l_isc_schema;
58: else
59: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
60: return -1;

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

55:
56: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
57: x_schema_name := l_isc_schema;
58: else
59: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
60: return -1;
61: end if;
62:
63: return 0;