DBA Data[Home] [Help]

APPS.GMS_INSTALL_EXTN dependencies on FND_API

Line 35: raise fnd_api.g_exc_error ;

31: if l_req_id = 0 then
32:
33: errbuf := fnd_message.get ;
34: retcode := 2 ;
35: raise fnd_api.g_exc_error ;
36:
37: end if;
38:
39:

Line 64: raise fnd_api.g_exc_error ;

60: if l_req_id = 0 then
61:
62: errbuf := fnd_message.get ;
63: retcode := 2 ;
64: raise fnd_api.g_exc_error ;
65:
66: end if;
67:
68: -- Load lookup PA budget entry methods

Line 86: raise fnd_api.g_exc_error ;

82: if l_req_id = 0 then
83:
84: errbuf := fnd_message.get ;
85: retcode := 2 ;
86: raise fnd_api.g_exc_error ;
87:
88: end if;
89:
90: -- Load lookup PA event types

Line 108: raise fnd_api.g_exc_error ;

104: if l_req_id = 0 then
105:
106: errbuf := fnd_message.get ;
107: retcode := 2 ;
108: raise fnd_api.g_exc_error ;
109:
110: end if;
111: -- Load lookup PA billing extensions
112:

Line 129: raise fnd_api.g_exc_error ;

125: if l_req_id = 0 then
126:
127: errbuf := fnd_message.get ;
128: retcode := 2 ;
129: raise fnd_api.g_exc_error ;
130:
131: end if;
132:
133: -- Load lookup PA transaction sources GOLD, GOLDE

Line 151: raise fnd_api.g_exc_error ;

147: if l_req_id = 0 then
148:
149: errbuf := fnd_message.get ;
150: retcode := 2 ;
151: raise fnd_api.g_exc_error ;
152:
153: end if;
154: end loop ;
155:

Line 160: WHEN FND_API.G_EXC_ERROR THEN

156: retcode := 0 ;
157:
158: EXCEPTION
159: --
160: WHEN FND_API.G_EXC_ERROR THEN
161: --
162: ROLLBACK TO Run_Process_PVT ;
163: retcode := 2 ;
164: --

Line 165: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

161: --
162: ROLLBACK TO Run_Process_PVT ;
163: retcode := 2 ;
164: --
165: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
166: --
167: ROLLBACK TO Run_Process_PVT ;
168: retcode := 2 ;
169: --