| layout | default |
|---|---|
| title | FND Document Sequence Assignments | Oracle EBS SQL Report |
| description | Document sequence asssignments to application tables, ledgers and categories, including sequence details such as database sequence name and last seqeunce… |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, FND, Document, Sequence, Assignments, dba_sequences, fnd_application_vl, fnd_doc_sequence_assignments |
| permalink | /FND%20Document%20Sequence%20Assignments/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Document sequence asssignments to application tables, ledgers and categories, including sequence details such as database sequence name and last seqeunce number.
Application, Ledger
dba_sequences, fnd_application_vl, fnd_doc_sequence_assignments, fnd_document_sequences, gl_ledgers, fnd_doc_sequence_categories
GL Account Analysis (Drilldown) (with inventory and WIP), GL Account Analysis
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 Sequence Assignments 24-May-2025 131440.xlsx |
| Blitz Report™ XML Import | FND_Document_Sequence_Assignments.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/fnd-document-sequence-assignments/ |
The FND Document Sequence Assignments report is a critical audit tool for verifying voucher numbering configurations. It shows which sequence is active for a given document category and ledger.
- Gap Analysis: Ensuring that every transaction type has an active sequence assigned to prevent "Sequence not found" errors.
- Audit Trail: Verifying that the correct sequence is being used for the current fiscal year.
- Legal Compliance: Proving to auditors that document numbering is continuous and gapless (if required).
This Blitz Report joins the assignment definition with the sequence status:
- Assignment: Shows the Category, Ledger (or Set of Books), and Method (Automatic, Manual, Gapless).
- Sequence Details: Displays the name of the assigned sequence and its current value in the database.
- Date Range: Shows the effective start and end dates of the assignment.
The report joins FND_DOC_SEQUENCE_ASSIGNMENTS with FND_DOCUMENT_SEQUENCES and GL_LEDGERS. It also checks DBA_SEQUENCES to show the actual "Last Number" generated by the database object.
- Application: Filter by module.
- Ledger: Filter by specific legal entity or ledger.
- Database Check: The report queries
DBA_SEQUENCESto get real-time values, which is very fast.
- Q: Why is the "Last Number" different from the maximum number in the table?
- A:
DBA_SEQUENCESshows the next available number or the cached high water mark. It may be slightly ahead of the actual used numbers due to caching.
- A:
- 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