| layout | default |
|---|---|
| title | FND Document Sequences | Oracle EBS SQL Report |
| description | Document sequence details including database sequence name and last seqeunce number. |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, FND, Document, Sequences, dba_sequences, fnd_application_vl, fnd_document_sequences |
| permalink | /FND%20Document%20Sequences/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Document sequence details including database sequence name and last seqeunce number.
Application, Table Name
dba_sequences, fnd_application_vl, fnd_document_sequences
FND Document Sequence Assignments, FND Attached Documents, GL Account Analysis, GL Account Analysis (Drilldown) (with inventory and WIP)
Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.
| Resource | Link |
|---|---|
| Excel Example Output | FND Document Sequences 24-May-2025 131533.xlsx |
| Blitz Report™ XML Import | FND_Document_Sequences.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/fnd-document-sequences/ |
The FND Document Sequences report provides a master list of all defined document sequences in the system, regardless of whether they are currently assigned.
- Sequence Management: Monitoring the consumption of sequences to prevent running out of numbers (e.g., hitting the maximum value).
- Cleanup: Identifying old or unused sequences from previous years.
- Type Analysis: Reviewing which sequences are "Gapless" vs. "Automatic".
This Blitz Report details the sequence definition:
- Sequence Name: The name of the sequence object.
- Type: Automatic, Manual, or Gapless.
- Initial Value: The starting number.
- Current Value: The last number generated (from
DBA_SEQUENCES).
The report queries FND_DOCUMENT_SEQUENCES and joins to DBA_SEQUENCES to fetch the current state of the database object.
- Application: Filter by the owning application.
- Table Name: Filter by the table the sequence is intended for.
- Fast Execution: Runs quickly against the metadata tables.
- Q: What is the difference between this and the "Assignments" report?
- A: This report lists the sequences themselves (the number generators). The "Assignments" report shows where those sequences are used (linked to a Category and Ledger).
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics