DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_MESSAGE

Line 32199: errbuf := fnd_message.get;

32195: argument6 => '1'
32196: );
32197:
32198: if (request_id = 0) then
32199: errbuf := fnd_message.get;
32200: retcode := 2;
32201: else
32202: retcode := 0;
32203: end if;

Line 32286: errbuf := fnd_message.get;

32282: argument6 => to_char(i)
32283: );
32284:
32285: if (request_id = 0) then
32286: errbuf := fnd_message.get;
32287: retcode := 2;
32288: end if;
32289:
32290: end loop;

Line 32419: errbuf := fnd_message.get;

32415: argument6 => to_char(i)
32416: );
32417:
32418: if (request_id = 0) then
32419: errbuf := fnd_message.get;
32420: retcode := 2;
32421: end if;
32422:
32423: end loop;

Line 32617: errbuf := fnd_message.get;

32613: argument6 => to_char(i)
32614: );
32615:
32616: if (request_id = 0) then
32617: errbuf := fnd_message.get;
32618: retcode := 2;
32619: end if;
32620:
32621: end loop;

Line 32640: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');

32636: write_to_log('G_EXC_ERROR');
32637: raise FND_API.G_EXC_ERROR;
32638: when others then
32639: write_to_log('OTHERS');
32640: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32641: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32642: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32643: FND_MSG_PUB.ADD;
32644: RAISE FND_API.G_EXC_ERROR;

Line 32641: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');

32637: raise FND_API.G_EXC_ERROR;
32638: when others then
32639: write_to_log('OTHERS');
32640: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32641: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32642: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32643: FND_MSG_PUB.ADD;
32644: RAISE FND_API.G_EXC_ERROR;
32645: end;

Line 32642: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);

32638: when others then
32639: write_to_log('OTHERS');
32640: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32641: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32642: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32643: FND_MSG_PUB.ADD;
32644: RAISE FND_API.G_EXC_ERROR;
32645: end;
32646: