Featured post

Functionality of Segment Value Inheritance ESS Process

  The Segment Value Inheritance process simplifies the maintenance of the chart of accounts. When the characteristics of values in the value...

Thursday 3 November 2016

Query to check Inventory Periods status

--TO check the status of inventory period
SELECT OOD.ORGANIZATION_CODE, OAP.PERIOD_NAME, OPEN_FLAG, OAP.SUMMARIZED_FLAG
FROM APPS.ORG_ACCT_PERIODS OAP,
apps. org_organization_definitions ood where upper(oap.period_name) = upper('&period_name')
AND OAP.ORGANIZATION_ID = OOD.ORGANIZATION_ID
order by ood.organization_code

No comments:

Post a Comment

Please review my topic and update your comments

Note: only a member of this blog may post a comment.