DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_MESSAGE

Line 31733: errbuf := fnd_message.get;

31729: argument6 => '1'
31730: );
31731:
31732: if (request_id = 0) then
31733: errbuf := fnd_message.get;
31734: retcode := 2;
31735: else
31736: retcode := 0;
31737: end if;

Line 31820: errbuf := fnd_message.get;

31816: argument6 => to_char(i)
31817: );
31818:
31819: if (request_id = 0) then
31820: errbuf := fnd_message.get;
31821: retcode := 2;
31822: end if;
31823:
31824: end loop;

Line 31953: errbuf := fnd_message.get;

31949: argument6 => to_char(i)
31950: );
31951:
31952: if (request_id = 0) then
31953: errbuf := fnd_message.get;
31954: retcode := 2;
31955: end if;
31956:
31957: end loop;

Line 32151: errbuf := fnd_message.get;

32147: argument6 => to_char(i)
32148: );
32149:
32150: if (request_id = 0) then
32151: errbuf := fnd_message.get;
32152: retcode := 2;
32153: end if;
32154:
32155: end loop;

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

32170: write_to_log('G_EXC_ERROR');
32171: raise FND_API.G_EXC_ERROR;
32172: when others then
32173: write_to_log('OTHERS');
32174: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32175: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32176: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32177: FND_MSG_PUB.ADD;
32178: RAISE FND_API.G_EXC_ERROR;

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

32171: raise FND_API.G_EXC_ERROR;
32172: when others then
32173: write_to_log('OTHERS');
32174: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32175: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32176: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32177: FND_MSG_PUB.ADD;
32178: RAISE FND_API.G_EXC_ERROR;
32179: end;

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

32172: when others then
32173: write_to_log('OTHERS');
32174: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32175: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32176: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32177: FND_MSG_PUB.ADD;
32178: RAISE FND_API.G_EXC_ERROR;
32179: end;
32180: