Home » Applications » Oracle Fusion Apps & E-Business Suite » Getting error while receving item - Purchasing (11.5.10.2)
Getting error while receving item - Purchasing [message #413713] |
Fri, 17 July 2009 04:59  |
suman.g
Messages: 89 Registered: June 2009
|
Member |
|
|
Hi All,
I have done:
1.created requisition.
2.Autocreated PO from this requisition.
3.Receiving item.
I am getting below error when receiving items through iProc.
--------------------------------------------------------------
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 Test Item 1, Supplier TEST_SUP, Expected Receipt Date 30-Jul-2009
Receipt Date - The General Ledger 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 Test Item 1, TEST_SUP, Expected Receipt Date 30-Jul-2009
--------------------------------------------------------
Please suggest something, what is the cause of the error or how to receive item successfully.
Many thanks,
Suman
|
|
|
|
|
Re: Getting error while receving item - Purchasing [message #413748 is a reply to message #413742] |
Fri, 17 July 2009 08:25   |
 |
vamsi kasina
Messages: 2112 Registered: October 2003 Location: Cincinnati, OH
|
Senior Member |
|
|
Better cross check these two.select application_id,ledger_id,period_name,start_date
,end_date,closing_status,adjustment_period_flag
from gl_period_statuses
where application_id in (101,200,201)
and ledger_id = &ledger_id
and period_name = '&Jul_period_name';
select application_id,ledger_id,period_name,start_date
,end_date,closing_status,adjustment_period_flag
from gl_period_statuses
where application_id in (101,200,201)
and ledger_id = &ledger_id
and to_date('30-JUL-2009','DD-MON-YYYY') between start_date and end_date By
Vamsi
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 10:56:20 CDT 2025
|