DBA Data[Home] [Help]

APPS.FA_MAINT_PURGE_PKG dependencies on FA_RX_CONC_MESG_PKG

Line 164: fa_rx_conc_mesg_pkg.log(h_mesg_str);

160: -- h_concat_string,h_cat_segs);
161: fnd_message.set_token('CAT',argument6,FALSE);
162: fnd_message.set_token('STAT',argument7,FALSE);
163: h_mesg_str := fnd_message.get;
164: fa_rx_conc_mesg_pkg.log(h_mesg_str);
165: fa_rx_conc_mesg_pkg.log('');
166:
167:
168: -- check if valid arguments are passed into the program

Line 165: fa_rx_conc_mesg_pkg.log('');

161: fnd_message.set_token('CAT',argument6,FALSE);
162: fnd_message.set_token('STAT',argument7,FALSE);
163: h_mesg_str := fnd_message.get;
164: fa_rx_conc_mesg_pkg.log(h_mesg_str);
165: fa_rx_conc_mesg_pkg.log('');
166:
167:
168: -- check if valid arguments are passed into the program
169:

Line 184: fa_rx_conc_mesg_pkg.log(h_mesg_str);

180: elsif ((argument2 is NULL and argument3 is not NULL) or
181: (argument2 is not NULL and argument3 is NULL)) then
182: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
183: h_mesg_str := fnd_message.get;
184: fa_rx_conc_mesg_pkg.log(h_mesg_str);
185: fa_rx_conc_mesg_pkg.log('');
186: fa_rx_conc_mesg_pkg.out(h_mesg_str);
187: fa_rx_conc_mesg_pkg.out('');
188: retcode := 2;

Line 185: fa_rx_conc_mesg_pkg.log('');

181: (argument2 is not NULL and argument3 is NULL)) then
182: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
183: h_mesg_str := fnd_message.get;
184: fa_rx_conc_mesg_pkg.log(h_mesg_str);
185: fa_rx_conc_mesg_pkg.log('');
186: fa_rx_conc_mesg_pkg.out(h_mesg_str);
187: fa_rx_conc_mesg_pkg.out('');
188: retcode := 2;
189: raise prog_failed;

Line 186: fa_rx_conc_mesg_pkg.out(h_mesg_str);

182: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
183: h_mesg_str := fnd_message.get;
184: fa_rx_conc_mesg_pkg.log(h_mesg_str);
185: fa_rx_conc_mesg_pkg.log('');
186: fa_rx_conc_mesg_pkg.out(h_mesg_str);
187: fa_rx_conc_mesg_pkg.out('');
188: retcode := 2;
189: raise prog_failed;
190: end if;

Line 187: fa_rx_conc_mesg_pkg.out('');

183: h_mesg_str := fnd_message.get;
184: fa_rx_conc_mesg_pkg.log(h_mesg_str);
185: fa_rx_conc_mesg_pkg.log('');
186: fa_rx_conc_mesg_pkg.out(h_mesg_str);
187: fa_rx_conc_mesg_pkg.out('');
188: retcode := 2;
189: raise prog_failed;
190: end if;
191:

Line 201: fa_rx_conc_mesg_pkg.log(h_mesg_str);

197: elsif ((argument4 is NULL and argument5 is not NULL) or
198: (argument4 is not NULL and argument5 is NULL)) then
199: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
200: h_mesg_str := fnd_message.get;
201: fa_rx_conc_mesg_pkg.log(h_mesg_str);
202: fa_rx_conc_mesg_pkg.log('');
203: fa_rx_conc_mesg_pkg.out(h_mesg_str);
204: fa_rx_conc_mesg_pkg.out('');
205: retcode := 2;

Line 202: fa_rx_conc_mesg_pkg.log('');

198: (argument4 is not NULL and argument5 is NULL)) then
199: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
200: h_mesg_str := fnd_message.get;
201: fa_rx_conc_mesg_pkg.log(h_mesg_str);
202: fa_rx_conc_mesg_pkg.log('');
203: fa_rx_conc_mesg_pkg.out(h_mesg_str);
204: fa_rx_conc_mesg_pkg.out('');
205: retcode := 2;
206: raise prog_failed;

Line 203: fa_rx_conc_mesg_pkg.out(h_mesg_str);

199: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
200: h_mesg_str := fnd_message.get;
201: fa_rx_conc_mesg_pkg.log(h_mesg_str);
202: fa_rx_conc_mesg_pkg.log('');
203: fa_rx_conc_mesg_pkg.out(h_mesg_str);
204: fa_rx_conc_mesg_pkg.out('');
205: retcode := 2;
206: raise prog_failed;
207: end if;

Line 204: fa_rx_conc_mesg_pkg.out('');

200: h_mesg_str := fnd_message.get;
201: fa_rx_conc_mesg_pkg.log(h_mesg_str);
202: fa_rx_conc_mesg_pkg.log('');
203: fa_rx_conc_mesg_pkg.out(h_mesg_str);
204: fa_rx_conc_mesg_pkg.out('');
205: retcode := 2;
206: raise prog_failed;
207: end if;
208:

Line 222: fa_rx_conc_mesg_pkg.log(h_mesg_str);

218:
219: if (NOT h_arg_exist) then
220: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
221: h_mesg_str := fnd_message.get;
222: fa_rx_conc_mesg_pkg.log(h_mesg_str);
223: fa_rx_conc_mesg_pkg.log('');
224: fa_rx_conc_mesg_pkg.out(h_mesg_str);
225: fa_rx_conc_mesg_pkg.out('');
226: retcode := 2;

Line 223: fa_rx_conc_mesg_pkg.log('');

219: if (NOT h_arg_exist) then
220: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
221: h_mesg_str := fnd_message.get;
222: fa_rx_conc_mesg_pkg.log(h_mesg_str);
223: fa_rx_conc_mesg_pkg.log('');
224: fa_rx_conc_mesg_pkg.out(h_mesg_str);
225: fa_rx_conc_mesg_pkg.out('');
226: retcode := 2;
227: raise prog_failed;

Line 224: fa_rx_conc_mesg_pkg.out(h_mesg_str);

220: fnd_message.set_name('OFA','FA_ASSET_MAINT_WRONG_PARAM');
221: h_mesg_str := fnd_message.get;
222: fa_rx_conc_mesg_pkg.log(h_mesg_str);
223: fa_rx_conc_mesg_pkg.log('');
224: fa_rx_conc_mesg_pkg.out(h_mesg_str);
225: fa_rx_conc_mesg_pkg.out('');
226: retcode := 2;
227: raise prog_failed;
228: end if;

Line 225: fa_rx_conc_mesg_pkg.out('');

221: h_mesg_str := fnd_message.get;
222: fa_rx_conc_mesg_pkg.log(h_mesg_str);
223: fa_rx_conc_mesg_pkg.log('');
224: fa_rx_conc_mesg_pkg.out(h_mesg_str);
225: fa_rx_conc_mesg_pkg.out('');
226: retcode := 2;
227: raise prog_failed;
228: end if;
229:

Line 253: fa_rx_conc_mesg_pkg.log(h_mesg_str);

249:
250: fnd_message.set_name('OFA', 'FA_SHARED_END_SUCCESS');
251: fnd_message.set_token('PROGRAM',h_progname,FALSE);
252: h_mesg_str := fnd_message.get;
253: fa_rx_conc_mesg_pkg.log(h_mesg_str);
254: fa_rx_conc_mesg_pkg.log('');
255: fa_rx_conc_mesg_pkg.out(h_mesg_str);
256:
257: retcode := 0;

Line 254: fa_rx_conc_mesg_pkg.log('');

250: fnd_message.set_name('OFA', 'FA_SHARED_END_SUCCESS');
251: fnd_message.set_token('PROGRAM',h_progname,FALSE);
252: h_mesg_str := fnd_message.get;
253: fa_rx_conc_mesg_pkg.log(h_mesg_str);
254: fa_rx_conc_mesg_pkg.log('');
255: fa_rx_conc_mesg_pkg.out(h_mesg_str);
256:
257: retcode := 0;
258:

Line 255: fa_rx_conc_mesg_pkg.out(h_mesg_str);

251: fnd_message.set_token('PROGRAM',h_progname,FALSE);
252: h_mesg_str := fnd_message.get;
253: fa_rx_conc_mesg_pkg.log(h_mesg_str);
254: fa_rx_conc_mesg_pkg.log('');
255: fa_rx_conc_mesg_pkg.out(h_mesg_str);
256:
257: retcode := 0;
258:
259: EXCEPTION

Line 267: fa_rx_conc_mesg_pkg.log(h_mesg_str);

263: end if;
264: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
265: fnd_message.set_token('PROGRAM',h_progname,FALSE);
266: h_mesg_str := fnd_message.get;
267: fa_rx_conc_mesg_pkg.log(h_mesg_str);
268: fa_rx_conc_mesg_pkg.out(h_mesg_str);
269: retcode := 2;
270:
271: when others then

Line 268: fa_rx_conc_mesg_pkg.out(h_mesg_str);

264: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
265: fnd_message.set_token('PROGRAM',h_progname,FALSE);
266: h_mesg_str := fnd_message.get;
267: fa_rx_conc_mesg_pkg.log(h_mesg_str);
268: fa_rx_conc_mesg_pkg.out(h_mesg_str);
269: retcode := 2;
270:
271: when others then
272: if (savepoint_set) then

Line 278: fa_rx_conc_mesg_pkg.log(h_mesg_str);

274: end if;
275: fnd_message.set_name('OFA',h_mesg_name);
276: fnd_message.set_token('TABLE','FA_MAINT_EVENTS',FALSE);
277: h_mesg_str := fnd_message.get;
278: fa_rx_conc_mesg_pkg.log(h_mesg_str);
279: fa_rx_conc_mesg_pkg.log('');
280:
281: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
282: fnd_message.set_token('PROGRAM',h_progname,FALSE);

Line 279: fa_rx_conc_mesg_pkg.log('');

275: fnd_message.set_name('OFA',h_mesg_name);
276: fnd_message.set_token('TABLE','FA_MAINT_EVENTS',FALSE);
277: h_mesg_str := fnd_message.get;
278: fa_rx_conc_mesg_pkg.log(h_mesg_str);
279: fa_rx_conc_mesg_pkg.log('');
280:
281: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
282: fnd_message.set_token('PROGRAM',h_progname,FALSE);
283: h_mesg_str := fnd_message.get;

Line 284: fa_rx_conc_mesg_pkg.log(h_mesg_str);

280:
281: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
282: fnd_message.set_token('PROGRAM',h_progname,FALSE);
283: h_mesg_str := fnd_message.get;
284: fa_rx_conc_mesg_pkg.log(h_mesg_str);
285: fa_rx_conc_mesg_pkg.out(h_mesg_str);
286: retcode := 2;
287:
288: END do_purge;

Line 285: fa_rx_conc_mesg_pkg.out(h_mesg_str);

281: fnd_message.set_name('OFA', 'FA_SHARED_END_WITH_ERROR');
282: fnd_message.set_token('PROGRAM',h_progname,FALSE);
283: h_mesg_str := fnd_message.get;
284: fa_rx_conc_mesg_pkg.log(h_mesg_str);
285: fa_rx_conc_mesg_pkg.out(h_mesg_str);
286: retcode := 2;
287:
288: END do_purge;
289: