DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FND_API

Line 40: raise fnd_api.g_exc_error ;

36:
37: errbuf := fnd_message.get ;
38: retcode := -1 ;
39: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
40: raise fnd_api.g_exc_error ;
41: rollback;
42: return;
43: ELSE
44: l_req_id := fnd_request.submit_request

Line 58: raise fnd_api.g_exc_error ;

54: if l_req_id = 0 then
55: errbuf := fnd_message.get ;
56: retcode := -1 ;
57: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message2',errbuf);
58: raise fnd_api.g_exc_error ;
59: rollback;
60: return;
61: END IF;
62:

Line 104: raise fnd_api.g_exc_error ;

100: if l_req_id = 0 then
101: errbuf := fnd_message.get ;
102: retcode := -1 ;
103: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
104: raise fnd_api.g_exc_error ;
105: rollback;
106: return;
107: END IF;
108: commit;

Line 138: raise fnd_api.g_exc_error ;

134: if l_req_id = 0 then
135: errbuf := fnd_message.get ;
136: retcode := -1 ;
137: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
138: raise fnd_api.g_exc_error ;
139: rollback;
140: return;
141: END IF;
142: commit;

Line 174: raise fnd_api.g_exc_error ;

170: if l_req_id = 0 then
171: errbuf := fnd_message.get ;
172: retcode := -1 ;
173: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
174: raise fnd_api.g_exc_error ;
175: rollback;
176: return;
177: END IF;
178: commit;

Line 218: raise fnd_api.g_exc_error ;

214: if l_req_id = 0 then
215: errbuf := fnd_message.get ;
216: retcode := -1 ;
217: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
218: raise fnd_api.g_exc_error ;
219: rollback;
220: return;
221: END IF;
222: commit;

Line 244: raise fnd_api.g_exc_error ;

240: if l_req_id = 0 then
241: errbuf := fnd_message.get ;
242: retcode := -1 ;
243: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message2',errbuf);
244: raise fnd_api.g_exc_error ;
245: rollback;
246: return;
247: END IF;
248: commit;

Line 265: raise fnd_api.g_exc_error ;

261: if l_req_id = 0 then
262: errbuf := fnd_message.get ;
263: retcode := -1 ;
264: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message3',errbuf);
265: raise fnd_api.g_exc_error ;
266: rollback;
267: return;
268: END IF;
269: commit;

Line 301: raise fnd_api.g_exc_error ;

297: if l_req_id = 0 then
298: errbuf := fnd_message.get ;
299: retcode := -1 ;
300: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
301: raise fnd_api.g_exc_error ;
302: rollback;
303: return;
304: END IF;
305: commit;

Line 336: raise fnd_api.g_exc_error ;

332: IF l_req_id = 0 THEN
333: errbuf := fnd_message.get ;
334: retcode := -1 ;
335: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name||'.message1',errbuf);
336: raise fnd_api.g_exc_error ;
337: ROLLBACK;
338: RETURN;
339: END IF;
340: COMMIT;