Get accounting period status
get_accounting_period_statusReport Oracle Fusion AP/GL accounting period status (Open, Closed, etc.) by period name or invoice accounting date to resolve invoice accounting failures, date rejections, or period reopening.
Instructions
Report Oracle Fusion accounting period status for Payables (AP) and General Ledger (GL): Open, Closed, Permanently Closed, Never Opened, or Future Enterable. Query by period name, or by accountingDate to resolve the period that contains an invoice's accounting date. Use this when an invoice will not account, when an accounting date is rejected, or before asking for a period to be reopened. If a period status cannot be read it is reported as unavailable with the reason; a status is never assumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modules | No | Which modules to report. Defaults to both AP and GL. | |
| ledgerName | No | Ledger name, e.g. 'US Primary Ledger'. Falls back to FUSION_DEFAULT_LEDGER when omitted. | |
| periodName | No | Accounting period name, e.g. 'MAR-26'. | |
| businessUnit | No | Business unit, used for Payables period status. Falls back to FUSION_DEFAULT_BUSINESS_UNIT. | |
| accountingDate | No | Resolve the period that contains this date. Use instead of periodName when you have an invoice date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| query | Yes | ||
| periods | Yes | ||
| summary | Yes | ||
| nextSteps | Yes | ||
| assessment | Yes | ||
| disclaimers | Yes | ||
| openPeriods | Yes | ||
| unavailable | Yes | ||
| dataAvailability | Yes | Whether the reported data is complete, partially available, or not available at all. |