DBA Data[Home] [Help]

APPS.FV_INSTALL_EXTN dependencies on FND_API

Line 100: raise fnd_api.g_exc_error ;

96: if l_req_id = 0 then
97:
98: errbuf := fnd_message.get ;
99: retcode := 2 ;
100: raise fnd_api.g_exc_error ;
101:
102: end if;
103:
104: -- Load lookup AR data

Line 123: raise fnd_api.g_exc_error ;

119: if l_req_id = 0 then
120:
121: errbuf := fnd_message.get ;
122: retcode := 2 ;
123: raise fnd_api.g_exc_error ;
124:
125: end if;
126:
127: -- Load GL categories

Line 146: raise fnd_api.g_exc_error ;

142: if l_req_id = 0 then
143:
144: errbuf := fnd_message.get ;
145: retcode := 2 ;
146: raise fnd_api.g_exc_error ;
147:
148: end if;
149: -- Load GL Sources
150:

Line 168: raise fnd_api.g_exc_error ;

164: if l_req_id = 0 then
165:
166: errbuf := fnd_message.get ;
167: retcode := 2 ;
168: raise fnd_api.g_exc_error ;
169:
170: end if;
171:
172: --CGAC: Load BETC data

Line 191: raise fnd_api.g_exc_error ;

187: if l_req_id = 0 then
188:
189: errbuf := fnd_message.get ;
190: retcode := 2 ;
191: raise fnd_api.g_exc_error ;
192:
193: end if;
194:
195: end loop ;

Line 209: WHEN FND_API.G_EXC_ERROR THEN

205: retcode := 0 ;
206:
207: EXCEPTION
208: --
209: WHEN FND_API.G_EXC_ERROR THEN
210: --
211: ROLLBACK TO Run_Process_PVT ;
212: retcode := 2 ;
213: --

Line 214: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

210: --
211: ROLLBACK TO Run_Process_PVT ;
212: retcode := 2 ;
213: --
214: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
215: --
216: ROLLBACK TO Run_Process_PVT ;
217: retcode := 2 ;
218: --

Line 441: raise fnd_api.g_exc_error;

437: IF l_req_id = 0
438: THEN
439: vp_errbuf := fnd_message.get;
440: vp_retcode := -1;
441: raise fnd_api.g_exc_error;
442: END IF;
443: END LOOP; -- ldts
444: --Bug#3739019
445: /*