DBA Data[Home] [Help]

APPS.QPR_MAINTAIN_AW dependencies on FND_MESSAGE

Line 284: errbuf := FND_MESSAGE.GET;

280: and aw_created_flag = 'Y';
281: exception
282: WHEN NO_DATA_FOUND THEN
283: retcode := 2;
284: errbuf := FND_MESSAGE.GET;
285: log_debug('Unexpected error '||substr(sqlerrm,1200));
286: Return;
287: end;
288: g_instance:=p_sr_instance_id;

Line 330: errbuf := FND_MESSAGE.GET;

326: and rownum<2;
327: exception
328: WHEN NO_DATA_FOUND THEN
329: retcode := 2;
330: errbuf := FND_MESSAGE.GET;
331: log_debug('Unexpected error '||substr(sqlerrm,1200));
332: log_debug('No fact data found');
333: Return;
334: end;

Line 458: errbuf := FND_MESSAGE.GET;

454:
455: exception
456: WHEN NO_DATA_FOUND THEN
457: retcode := 2;
458: errbuf := FND_MESSAGE.GET;
459: log_debug('Unexpected error '||substr(sqlerrm,1200));
460: End;
461: /* Public Procedures */
462: