368:
369: -- Error out if the program is submitted from the Reporting Responsibility
370: -- No transaction permitted directly on reporting books.
371: if l_reporting_flag = 'R' then
372: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
373: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
374: raise FND_API.G_EXC_UNEXPECTED_ERROR;
375: end if;
376:
369: -- Error out if the program is submitted from the Reporting Responsibility
370: -- No transaction permitted directly on reporting books.
371: if l_reporting_flag = 'R' then
372: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
373: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
374: raise FND_API.G_EXC_UNEXPECTED_ERROR;
375: end if;
376:
377:
3224:
3225: -- Error out if the program is submitted from the Reporting Responsibility
3226: -- No transaction permitted directly on reporting books.
3227: if l_reporting_flag = 'R' then
3228: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
3229: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
3230: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3231: end if;
3232:
3225: -- Error out if the program is submitted from the Reporting Responsibility
3226: -- No transaction permitted directly on reporting books.
3227: if l_reporting_flag = 'R' then
3228: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
3229: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
3230: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3231: end if;
3232:
3233:
4337:
4338: -- Error out if the program is submitted from the Reporting Responsibility
4339: -- No transaction permitted directly on reporting books.
4340: if l_reporting_flag = 'R' then
4341: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
4342: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
4343: raise FND_API.G_EXC_UNEXPECTED_ERROR;
4344: end if;
4345:
4338: -- Error out if the program is submitted from the Reporting Responsibility
4339: -- No transaction permitted directly on reporting books.
4340: if l_reporting_flag = 'R' then
4341: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
4342: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
4343: raise FND_API.G_EXC_UNEXPECTED_ERROR;
4344: end if;
4345:
4346:
5654:
5655: -- Error out if the program is submitted from the Reporting Responsibility
5656: -- No transaction permitted directly on reporting books.
5657: if l_reporting_flag = 'R' then
5658: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
5659: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
5660: raise FND_API.G_EXC_UNEXPECTED_ERROR;
5661: end if;
5662:
5655: -- Error out if the program is submitted from the Reporting Responsibility
5656: -- No transaction permitted directly on reporting books.
5657: if l_reporting_flag = 'R' then
5658: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
5659: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
5660: raise FND_API.G_EXC_UNEXPECTED_ERROR;
5661: end if;
5662:
5663: