Search Results pa_draft_invoices_all
Overview
The PA_DRAFT_INVOICES_ALL table is a core transactional table within the Oracle E-Business Suite Projects (PA) module, specifically for releases 12.1.1 and 12.2.2. It serves as the central repository for all draft invoices generated for projects before they are formally interfaced to Oracle Receivables. This table is fundamental to the project billing lifecycle, capturing the complete definition and status of a draft invoice, including customer, financial, and currency information. Its multi-org structure, denoted by the "_ALL" suffix, indicates it stores data for all operating units, making it essential for enterprise-wide project invoicing operations.
Key Information Stored
The table's primary key is a composite of PROJECT_ID and DRAFT_INVOICE_NUM, uniquely identifying each draft invoice within the system. Key columns and the data they hold include customer identifiers (CUSTOMER_ID, BILL_TO_CUSTOMER_ID, SHIP_TO_CUSTOMER_ID), financial code combinations for accounting (e.g., RECEIVABLE_CODE_COMBINATION_ID, UNBILLED_CODE_COMBINATION_ID), and currency details (INV_CURRENCY_CODE, INV_RATE_TYPE). It also stores critical references such as the AGREEMENT_ID governing the invoice, address IDs for billing and shipping, and a SYSTEM_REFERENCE link to the final RA_CUSTOMER_TRX_ALL record once the draft invoice is approved and transferred.
Common Use Cases and Queries
This table is central to billing analysis, audit trails, and reconciliation processes. Common use cases include tracking the status of draft invoices before submission to Receivables, analyzing billing details for a specific project or customer, and identifying draft invoices that have been credited (via DRAFT_INVOICE_NUM_CREDITED). A typical query retrieves draft invoice headers with related project and customer information:
- SELECT pdi.draft_invoice_num, pdi.invoice_currency_code, pj.segment1 project_number, hca.account_number FROM pa_draft_invoices_all pdi, pa_projects_all pj, hz_cust_accounts hca WHERE pdi.project_id = pj.project_id AND pdi.customer_id = hca.cust_account_id AND pdi.project_id = :p_project_id;
Another critical reporting use case involves joining with PA_DRAFT_INVOICE_ITEMS to analyze billed revenue lines or with RA_CUSTOMER_TRX_ALL to reconcile draft invoices with their final, posted transaction counterparts.
Related Objects
As indicated by its extensive foreign key relationships, PA_DRAFT_INVOICES_ALL is a hub table with dependencies across multiple EBS modules. Key related objects include:
- PA_PROJECTS_ALL: The foundational projects table.
- HZ_CUST_ACCOUNTS & HZ_CUST_ACCT_SITES_ALL: Oracle Trading Community Architecture tables for customer and address data.
- RA_CUSTOMER_TRX_ALL: The Receivables transactions table, linked via SYSTEM_REFERENCE.
- GL_CODE_COMBINATIONS: Provides the accounting flexfields for revenue recognition and receivables.
- PA_DRAFT_INVOICE_ITEMS_ALL: Stores the detailed revenue lines associated with each draft invoice header.
- PA_AGREEMENTS_ALL: Links to the project funding and billing agreement.
-
Table: PA_DRAFT_INVOICES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
Table: PA_DRAFT_INVOICES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
View: PABV_CUSTOMER_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_INVOICES, object_name:PABV_CUSTOMER_INVOICES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_INVOICES ,
-
Table: PA_DRAFT_INVOICE_DETAILS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_DETAILS_ALL, object_name:PA_DRAFT_INVOICE_DETAILS_ALL, status:VALID, product: PA - Projects , description: Intercompany invoice details for cross charged transactions , implementation_dba_data: PA.PA_DRAFT_INVOICE_DETAILS_ALL ,
-
Table: PA_DRAFT_INVOICE_DETAILS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_DETAILS_ALL, object_name:PA_DRAFT_INVOICE_DETAILS_ALL, status:VALID, product: PA - Projects , description: Intercompany invoice details for cross charged transactions , implementation_dba_data: PA.PA_DRAFT_INVOICE_DETAILS_ALL ,
-
View: PABV_CUSTOMER_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_INVOICES, object_name:PABV_CUSTOMER_INVOICES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_INVOICES ,
-
View: PAFV_CUSTOMER_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_INVOICES, object_name:PAFV_CUSTOMER_INVOICES, status:VALID, product: PA - Projects , description: Business view to show information about the draft invoices generated by the projects. , implementation_dba_data: APPS.PAFV_CUSTOMER_INVOICES ,
-
View: PAFV_CUSTOMER_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_INVOICES, object_name:PAFV_CUSTOMER_INVOICES, status:VALID, product: PA - Projects , description: Business view to show information about the draft invoices generated by the projects. , implementation_dba_data: APPS.PAFV_CUSTOMER_INVOICES ,
-
Table: PA_DISTRIBUTION_WARNINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DISTRIBUTION_WARNINGS, object_name:PA_DISTRIBUTION_WARNINGS, status:VALID, product: PA - Projects , description: Warning messages about exceptions encountered during draft revenue generation and draft invoice generation , implementation_dba_data: PA.PA_DISTRIBUTION_WARNINGS ,
-
Table: PA_DISTRIBUTION_WARNINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DISTRIBUTION_WARNINGS, object_name:PA_DISTRIBUTION_WARNINGS, status:VALID, product: PA - Projects , description: Warning messages about exceptions encountered during draft revenue generation and draft invoice generation , implementation_dba_data: PA.PA_DISTRIBUTION_WARNINGS ,
-
Table: PA_MC_DRAFT_INV_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_DRAFT_INV_ITEMS, object_name:PA_MC_DRAFT_INV_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice line information in each reporting currency , implementation_dba_data: PA.PA_MC_DRAFT_INV_ITEMS ,
-
Table: PA_AGREEMENTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
Table: PA_AGREEMENTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
Table: PA_MC_DRAFT_INV_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_DRAFT_INV_ITEMS, object_name:PA_MC_DRAFT_INV_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice line information in each reporting currency , implementation_dba_data: PA.PA_MC_DRAFT_INV_ITEMS ,
-
View: PA_DRAFT_INVOICE_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_ALL_V, object_name:PA_DRAFT_INVOICE_LINES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_ALL_V ,
-
View: PA_DRAFT_INVOICE_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_ALL_V, object_name:PA_DRAFT_INVOICE_LINES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_ALL_V ,
-
View: PA_CE_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INVOICES_V, object_name:PA_CE_INVOICES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_INVOICES_V ,
-
View: PA_CE_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INVOICES_V, object_name:PA_CE_INVOICES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_INVOICES_V ,
-
View: PA_RETN_INVOICE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS_V, object_name:PA_RETN_INVOICE_DETAILS_V, status:VALID, product: PA - Projects , description: 11i Retention View , implementation_dba_data: APPS.PA_RETN_INVOICE_DETAILS_V ,
-
View: PA_RETN_INVOICE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS_V, object_name:PA_RETN_INVOICE_DETAILS_V, status:VALID, product: PA - Projects , description: 11i Retention View , implementation_dba_data: APPS.PA_RETN_INVOICE_DETAILS_V ,
-
View: PA_UBR_UER_INV_PRJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_INV_PRJ_V, object_name:PA_UBR_UER_INV_PRJ_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This lists the Unearned Revenue and Unbilled Receivable for draft Invoices. , implementation_dba_data: APPS.PA_UBR_UER_INV_PRJ_V ,
-
View: PA_UBR_UER_INV_PRJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_INV_PRJ_V, object_name:PA_UBR_UER_INV_PRJ_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This lists the Unearned Revenue and Unbilled Receivable for draft Invoices. , implementation_dba_data: APPS.PA_UBR_UER_INV_PRJ_V ,
-
View: PAFV_INVOICE_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINES, object_name:PAFV_INVOICE_LINES, status:VALID, product: PA - Projects , description: Business view to show information about the lines of a draft invoice. , implementation_dba_data: APPS.PAFV_INVOICE_LINES ,
-
View: PABV_INVOICE_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINES, object_name:PABV_INVOICE_LINES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINES ,
-
View: PABV_INVOICE_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINES, object_name:PABV_INVOICE_LINES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINES ,
-
Table: PA_DRAFT_INVOICE_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_ITEMS, object_name:PA_DRAFT_INVOICE_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice lines , implementation_dba_data: PA.PA_DRAFT_INVOICE_ITEMS ,
-
Table: PA_DRAFT_INVOICE_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_ITEMS, object_name:PA_DRAFT_INVOICE_ITEMS, status:VALID, product: PA - Projects , description: Draft invoice lines , implementation_dba_data: PA.PA_DRAFT_INVOICE_ITEMS ,
-
View: PA_PROJECT_INVOICE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_INVOICE_VIEW, object_name:PA_PROJECT_INVOICE_VIEW, status:VALID, product: PA - Projects , description: is a view of released invoices for a project that can be used for management reporting and online queries. , implementation_dba_data: APPS.PA_PROJECT_INVOICE_VIEW ,
-
View: PA_PROJECT_INVOICE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_INVOICE_VIEW, object_name:PA_PROJECT_INVOICE_VIEW, status:VALID, product: PA - Projects , description: is a view of released invoices for a project that can be used for management reporting and online queries. , implementation_dba_data: APPS.PA_PROJECT_INVOICE_VIEW ,
-
View: PAFV_INVOICE_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINES, object_name:PAFV_INVOICE_LINES, status:VALID, product: PA - Projects , description: Business view to show information about the lines of a draft invoice. , implementation_dba_data: APPS.PAFV_INVOICE_LINES ,
-
View: PA_CE_BILLING_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_BILLING_EVENTS_V, object_name:PA_CE_BILLING_EVENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_BILLING_EVENTS_V ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,
-
View: PA_UBR_UER_ACCT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_ACCT_DTLS_V, object_name:PA_UBR_UER_ACCT_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Accounting summary detail view , implementation_dba_data: APPS.PA_UBR_UER_ACCT_DTLS_V ,
-
View: PA_CE_BILLING_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_BILLING_EVENTS_V, object_name:PA_CE_BILLING_EVENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_BILLING_EVENTS_V ,
-
View: PA_XLA_INVOICE_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_INVOICE_REF_V, object_name:PA_XLA_INVOICE_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_INVOICE_REF_V ,
-
View: PA_XLA_INVOICE_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_INVOICE_REF_V, object_name:PA_XLA_INVOICE_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_INVOICE_REF_V ,
-
View: PA_DRAFT_INVOICES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL_V, object_name:PA_DRAFT_INVOICES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICES_ALL_V ,
-
View: PA_DRAFT_INVOICES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL_V, object_name:PA_DRAFT_INVOICES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICES_ALL_V ,
-
View: PA_DRAFT_INVOICES
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_INVOICES
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_INVOICE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_V, object_name:PA_DRAFT_INVOICE_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_V ,
-
View: PA_DRAFT_INVOICE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_V, object_name:PA_DRAFT_INVOICE_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_V ,
-
View: PA_DRAFT_INVOICES_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_mc_draft_inv_items, pa_draft_invoice_items , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICES_V, object_name:PA_DRAFT_INVOICES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICES_V ,
-
View: PA_DRAFT_INVOICES_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_mc_draft_inv_items, pa_draft_invoice_items , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICES_V, object_name:PA_DRAFT_INVOICES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICES_V ,
-
View: PA_UBR_UER_PROJ_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
View: PA_UBR_UER_PROJ_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UBR_UER_PROJ_DTLS_V, object_name:PA_UBR_UER_PROJ_DTLS_V, status:VALID, product: PA - Projects , description: This view is being used for reporting purpose in UBR and UER.This is UBR UER Project summary details view , implementation_dba_data: APPS.PA_UBR_UER_PROJ_DTLS_V ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,