Home » Applications » Oracle Fusion Apps & E-Business Suite » GL date, 31-MAR-10, is not in an open or future-enterable period (merged) (R12)
GL date, 31-MAR-10, is not in an open or future-enterable period (merged) [message #473304] |
Fri, 27 August 2010 06:05  |
deepak3arora
Messages: 32 Registered: October 2009 Location: chandigarh
|
Member |
|
|
Hello to All,
I am Using Receipt API(AR_RECEIPT_API_PUB,Create_Apply_On_Acc) to create Receipts.
Its Returning me an Error stating : "GL date, 31-MAR-10, is not in an open or future-enterable period."
While The Period is Already in 'Open' stage at GL as well as AR level.
Please Help !!
Thanx in Advance...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: GL date, 31-MAR-10, is not in an open or future-enterable period [message #473352 is a reply to message #473350] |
Fri, 27 August 2010 08:43   |
 |
Alien
Messages: 292 Registered: June 1999
|
Senior Member |
|
|
Hi,
ok. Let's try this statement:
Select period_name,closing_status,adjustment_period_flag, start_date,end_date
From Gl_period_statuses
Where Application_id in (101,222)
and set_of_books_id = 2021
And Adjustment_period_flag = 'N'
And to_date('31-MAR-2010','dd-mon-yyyy') Between Start_date And End_date
And Closing_status In ('O', 'F', 'N') ;
Regards,
Arian
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 09:43:08 CDT 2025
|