unable to open the inventory Periods - 11i
Hi,
I have opened the periods in inventory module through Accounting Close Cycle -> Inventory Accounting Periods
SELECT rec_type, status, period_name
rec_type, status, period_name
But status was showing as Future for GL_PERIOD. Please let me know, What are the Prerequisites needs to be check for opening of GL_PERIOD in above table.
FROM org_acct_periods_v
WHERE period_name IN ('JUN-11-12', 'MAY-11-12')
WHERE period_name IN ('JUN-11-12', 'MAY-11-12')
REC_TYPESTATUSPERIOD_NAME ORG_PERIODOpenJUN-11-12 ORG_PERIODOpenMAY-11-12 GL_PERIODFutureJUN-11-12 GL_PERIODFutureMAY-11-12But status was showing as Future for GL_PERIOD. Please let me know, What are the Prerequisites needs to be check for opening of GL_PERIOD in above table.
0