DBA Data[Home] [Help]

APPS.GL_ADD_RECON_UPGRADE_PKG dependencies on FND_INSTALLATION

Line 130: l_retstatus := fnd_installation.get_app_info(

126: l_req_data := FND_CONC_GLOBAL.request_data;
127: --
128: IF (l_req_data IS NULL) THEN -- First time
129: -- get schema name for GL and FND
130: l_retstatus := fnd_installation.get_app_info(
131: 'SQLGL', l_status, l_industry, l_gl_schema);
132: IF ( (NOT l_retstatus)
133: OR (l_gl_schema is null)) THEN
134: raise_application_error(-20001,

Line 138: l_retstatus := fnd_installation.get_app_info(

134: raise_application_error(-20001,
135: 'Cannot get schema name for product : SQLGL');
136: END IF;
137: --
138: l_retstatus := fnd_installation.get_app_info(
139: 'FND', l_status, l_industry, l_applsys_schema);
140: IF ( (NOT l_retstatus)
141: OR (l_applsys_schema is null)) THEN
142: raise_application_error(-20001,