DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_ETL_PKG dependencies on FND_INSTALLATION

Line 82: if(fnd_installation.get_app_info('ISC', l_status, l_industry, l_biv_schema)) then

78: l_biv_schema varchar2(30);
79: l_status varchar2(30);
80: l_industry varchar2(30);
81: begin
82: if(fnd_installation.get_app_info('ISC', l_status, l_industry, l_biv_schema)) then
83: x_schema_name := l_biv_schema;
84: else
85: x_error_message := 'FIND_INSTALLATION.GET_APP_INFO returned false';
86: return -1;