DBA Data[Home] [Help]

APPS.OEONUM dependencies on FND_INSTALLATION

Line 168: IF FND_INSTALLATION.GET_APP_INFO('FND',out_status,out_industry,

164: /*
165: ** Build PL/SQL block for getting the oracle username
166: */
167:
168: IF FND_INSTALLATION.GET_APP_INFO('FND',out_status,out_industry,
169: out_oracle_schema) then
170: x:=1;
171: else
172: x:=0;

Line 175: if x = 0 then /* fnd_installation.get_app_info failed */

171: else
172: x:=0;
173: end if;
174:
175: if x = 0 then /* fnd_installation.get_app_info failed */
176: return_status := -1;
177: OEONUM.Raise_Exception(Routine=>'OEONUM.CreateSource',
178: Operation=>'Create Source',
179: Message=>' get_app_info failed 1');