DBA Data[Home] [Help]

APPS.ISC_FS_TASK_BAC_AGE_ETL_PKG dependencies on FND_INSTALLATION

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

67: l_industry varchar2(30);
68:
69: begin
70:
71: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
72: x_schema_name := l_isc_schema;
73: else
74: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
75: return -1;

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

70:
71: if fnd_installation.get_app_info('ISC', l_status, l_industry, l_isc_schema) then
72: x_schema_name := l_isc_schema;
73: else
74: x_error_message := 'FND_INSTALLATION.GET_APP_INFO returned false';
75: return -1;
76: end if;
77:
78: return 0;