Featured post

General Ledger Revaluation

General Ledger Revaluation Account balances denominated in foreign currencies are adjusted through the revaluation procedure. Revaluat...

Showing posts with label INV_QUERIES. Show all posts
Showing posts with label INV_QUERIES. Show all posts

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