Getting error while receving item - Purchasing (11.5.9) [message #428184] |
Tue, 27 October 2009 07:55 |
bpraveen
Messages: 2 Registered: August 2009
|
Junior Member |
|
|
Hi,
We are not reciving PR's in iProcurement.
Trying to receive first line in iProcurement:
Error message:
Receipt Date - The Purchasing Accounting Period in which you are trying to create this receiving transaction is not open for the following item(s). Please contact your administrator.
Item Description Regional Data Center 31-12-08, Order Number 34010594, Supplier TRU INTERCOMPANY, Expected Receipt Date 25-Oct-2009
Thanks & Regards,
Praveen.B
|
|
|
Re: Getting error while receving item - Purchasing (11.5.9) [message #428233 is a reply to message #428184] |
Tue, 27 October 2009 09:28 |
|
vamsi kasina
Messages: 2112 Registered: October 2003 Location: Cincinnati, OH
|
Senior Member |
|
|
What is the data in gl_period_statuses?
select period_name,closing_status
from gl_period_statuses
where application_id = 201
and set_of_books_id = &sob_id
and period_name like '%09';
Check the closing status for the period, which contains that date.
If it is not O or F, then open the period.
By
Vamsi
|
|
|