DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FND_FILE

Line 391: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);

387: -- Error out if the program is submitted from the Reporting Responsibility
388: -- No transaction permitted directly on reporting books.
389: if l_reporting_flag = 'R' then
390: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
391: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
392: raise FND_API.G_EXC_UNEXPECTED_ERROR;
393: end if;
394:
395: --Check if impairment has been posted in current period.

Line 3500: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);

3496: -- Error out if the program is submitted from the Reporting Responsibility
3497: -- No transaction permitted directly on reporting books.
3498: if l_reporting_flag = 'R' then
3499: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
3500: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
3501: raise FND_API.G_EXC_UNEXPECTED_ERROR;
3502: end if;
3503:
3504:

Line 4661: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);

4657: -- Error out if the program is submitted from the Reporting Responsibility
4658: -- No transaction permitted directly on reporting books.
4659: if l_reporting_flag = 'R' then
4660: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
4661: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
4662: raise FND_API.G_EXC_UNEXPECTED_ERROR;
4663: end if;
4664:
4665: --Check if impairment has been posted in current period.

Line 5996: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);

5992: -- Error out if the program is submitted from the Reporting Responsibility
5993: -- No transaction permitted directly on reporting books.
5994: if l_reporting_flag = 'R' then
5995: FND_MESSAGE.set_name('GL','MRC_OSP_INVALID_BOOK_TYPE');
5996: FND_FILE.PUT_LINE(fnd_file.log,fnd_message.get);
5997: raise FND_API.G_EXC_UNEXPECTED_ERROR;
5998: end if;
5999:
6000: