Search Results pa_draft_invoice_items
Overview
The PA_DRAFT_INVOICE_ITEMS 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 functions as the detailed line-level repository for draft invoices. A draft invoice is a preliminary, unapproved version of a customer invoice generated from project-related revenue and costs. This table stores each individual line item that constitutes a draft invoice, capturing detailed financial, descriptive, and transactional data before the invoice is finalized and transferred to Oracle Receivables. Its role is critical in the project-to-cash cycle, enabling review, adjustment, and approval of invoice details prior to official billing.
Key Information Stored
The table's structure, as indicated by its primary and foreign keys, stores comprehensive line item details. The primary key is a composite of PROJECT_ID, DRAFT_INVOICE_NUM, and LINE_NUM, ensuring uniqueness for each line within a draft invoice for a specific project. Key columns and their purposes include financial attributes like REVENUE_AMOUNT, HARD_LIMIT, and CC_REV_CODE_COMBINATION_ID (linking to the revenue account in GL). Descriptive data is held in ITEM_DESCRIPTION and references to project work breakdown structures via TASK_ID. The table also manages tax information through OUTPUT_VAT_TAX_ID, customer site details via SHIP_TO_ADDRESS_ID, and supports complex billing scenarios with columns for retention (RETN_DRAFT_INVOICE_NUM, RETN_DRAFT_INVOICE_LINE_NUM, RETN_BILLING_CYCLE_ID). Multiple foreign key relationships to FND_LOOKUP_VALUES (FLE_LOOKUP_TYPE/CODE) indicate the storage of standardized classification data for line items.
Common Use Cases and Queries
Primary use cases revolve around draft invoice inquiry, adjustment, and audit reporting. Common operational queries include reviewing all lines for a specific draft invoice, analyzing lines by task or revenue account, and identifying lines with retention applied. For reporting, analysts often join this table to PA_DRAFT_INVOICES_ALL, PA_PROJECTS_ALL, and PA_TASKS to create detailed draft invoice registers. A typical query pattern is:
- SELECT pdi.project_id, pdi.draft_invoice_num, pdii.line_num, pdii.item_description, pdii.revenue_amount, pt.task_number
- FROM pa_draft_invoice_items pdii,
- pa_draft_invoices_all pdi,
- pa_tasks pt
- WHERE pdii.project_id = pdi.project_id
- AND pdii.draft_invoice_num = pdi.draft_invoice_num
- AND pdii.task_id = pt.task_id
- AND pdi.project_id = :p_project_id;
Technical consultants may query this table to troubleshoot invoice generation or validate data integrity before final approval and transfer to Receivables.
Related Objects
PA_DRAFT_INVOICE_ITEMS has extensive relationships within the EBS schema, primarily with other Projects and financial tables. Its most direct parent is PA_DRAFT_INVOICES_ALL, which stores the draft invoice header. It references master data tables including PA_PROJECTS_ALL, PA_TASKS, and PA_BILLING_CYCLES. For financial integration, it links to GL_CODE_COMBINATIONS for accounting flexfields and to AR_VAT_TAX_ALL_B for tax codes. Customer data is referenced via HZ_CUST_ACCT_SITES_ALL or RA_ADDRESSES_ALL for ship-to addresses. The table also supports a recursive relationship to itself to handle retention lines. Key APIs for creating and manipulating data in this table are typically part of the Oracle Projects Invoice package (PA_INVOICE_UTILS, PA_DRAFT_INVOICE_PUB).
-
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 ,
-
Lookup Type: GROUP TYPE CODE
12.1.1
product: PA - Projects , meaning: Group Type Code , description: Group Type Code ,
-
Lookup Type: GROUP TYPE CODE
12.2.2
product: PA - Projects , meaning: Group Type Code , description: Group Type Code ,
-
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 ,
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
Table: PA_CUST_REV_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_REV_DIST_LINES_ALL, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item revenue distribution , implementation_dba_data: PA.PA_CUST_REV_DIST_LINES_ALL ,
-
View: PABV_INVOICE_LINE_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINE_DETAILS, object_name:PABV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINE_DETAILS ,
-
View: PABV_INVOICE_LINE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_INVOICE_LINE_DETAILS, object_name:PABV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_INVOICE_LINE_DETAILS ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
Table: PA_CUST_EVENT_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CUST_EVENT_RDL_ALL, object_name:PA_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about event revenue distribution , implementation_dba_data: PA.PA_CUST_EVENT_RDL_ALL ,
-
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: PAFV_INVOICE_LINE_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINE_DETAILS, object_name:PAFV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: Business view to show the details of the invoice lines. , implementation_dba_data: APPS.PAFV_INVOICE_LINE_DETAILS ,
-
View: PA_CRDL_REVERSAL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CRDL_REVERSAL_RATE_V, object_name:PA_CRDL_REVERSAL_RATE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CRDL_REVERSAL_RATE_V ,
-
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: PAFV_INVOICE_LINE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_INVOICE_LINE_DETAILS, object_name:PAFV_INVOICE_LINE_DETAILS, status:VALID, product: PA - Projects , description: Business view to show the details of the invoice lines. , implementation_dba_data: APPS.PAFV_INVOICE_LINE_DETAILS ,
-
View: PA_PROJ_UNBILLED_BASE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_BASE_VIEW, object_name:PA_PROJ_UNBILLED_BASE_VIEW, status:VALID, product: PA - Projects , description: Base view of project unbilled amounts based on detail transactions , implementation_dba_data: APPS.PA_PROJ_UNBILLED_BASE_VIEW ,
-
Table: PA_MC_RETN_INV_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_RETN_INV_DETAILS, object_name:PA_MC_RETN_INV_DETAILS, status:VALID, product: PA - Projects , description: PA_MC_RETN_INV_DETAILS stores total retained amount as of the invoice generated date. , implementation_dba_data: PA.PA_MC_RETN_INV_DETAILS ,
-
Table: PA_RETN_INVOICE_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS, object_name:PA_RETN_INVOICE_DETAILS, status:VALID, product: PA - Projects , description: PA_RETN_INVOICE_DETAILS stores total retained amount as of the invoice generation , implementation_dba_data: PA.PA_RETN_INVOICE_DETAILS ,
-
Table: PA_RETN_INVOICE_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS, object_name:PA_RETN_INVOICE_DETAILS, status:VALID, product: PA - Projects , description: PA_RETN_INVOICE_DETAILS stores total retained amount as of the invoice generation , implementation_dba_data: PA.PA_RETN_INVOICE_DETAILS ,
-
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 ,
-
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_MC_RETN_INV_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_RETN_INV_DETAILS, object_name:PA_MC_RETN_INV_DETAILS, status:VALID, product: PA - Projects , description: PA_MC_RETN_INV_DETAILS stores total retained amount as of the invoice generated date. , implementation_dba_data: PA.PA_MC_RETN_INV_DETAILS ,
-
Table: PA_BILLING_CYCLES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILLING_CYCLES, object_name:PA_BILLING_CYCLES, status:VALID, product: PA - Projects , description: System-defined and implementation-defined billing cycle definitions , implementation_dba_data: PA.PA_BILLING_CYCLES ,
-
Table: PA_BILLING_CYCLES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILLING_CYCLES, object_name:PA_BILLING_CYCLES, status:VALID, product: PA - Projects , description: System-defined and implementation-defined billing cycle definitions , implementation_dba_data: PA.PA_BILLING_CYCLES ,
-
Table: PA_MC_CUST_EVENT_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_EVENT_RDL_ALL, object_name:PA_MC_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of revenue events in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_EVENT_RDL_ALL ,
-
Table: PA_MC_CUST_RDL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_RDL_ALL, object_name:PA_MC_CUST_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of expenditure items in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_RDL_ALL ,
-
Table: PA_MC_CUST_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_RDL_ALL, object_name:PA_MC_CUST_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of expenditure items in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_RDL_ALL ,
-
Table: PA_MC_CUST_EVENT_RDL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CUST_EVENT_RDL_ALL, object_name:PA_MC_CUST_EVENT_RDL_ALL, status:VALID, product: PA - Projects , description: Information about the revenue distribution of revenue events in each reporting set of books , implementation_dba_data: PA.PA_MC_CUST_EVENT_RDL_ALL ,
-
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_PROJ_UNBILLED_EXPEND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_EXPEND_VIEW, object_name:PA_PROJ_UNBILLED_EXPEND_VIEW, status:VALID, product: PA - Projects , description: Unbilled expenditure items for projects , implementation_dba_data: APPS.PA_PROJ_UNBILLED_EXPEND_VIEW ,
-
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_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_PROJ_UNBILLED_EXPEND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_EXPEND_VIEW, object_name:PA_PROJ_UNBILLED_EXPEND_VIEW, status:VALID, product: PA - Projects , description: Unbilled expenditure items for projects , implementation_dba_data: APPS.PA_PROJ_UNBILLED_EXPEND_VIEW ,
-
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: PA_PROJ_INVOICE_DETAILS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_DETAILS_VIEW, object_name:PA_PROJ_INVOICE_DETAILS_VIEW, status:VALID, product: PA - Projects , description: View of detail expenditure items included on project invoices. Full Description: is a view that displays the detailed expenditure items that backup a project invoice. You can use this view to easily report the expenditure item informatio , implementation_dba_data: APPS.PA_PROJ_INVOICE_DETAILS_VIEW ,
-
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 ,
-
View: PA_PROJ_INVOICE_DETAILS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_DETAILS_VIEW, object_name:PA_PROJ_INVOICE_DETAILS_VIEW, status:VALID, product: PA - Projects , description: View of detail expenditure items included on project invoices. Full Description: is a view that displays the detailed expenditure items that backup a project invoice. You can use this view to easily report the expenditure item informatio , implementation_dba_data: APPS.PA_PROJ_INVOICE_DETAILS_VIEW ,
-
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 ,
-
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_PROJ_INVOICE_EVENTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_EVENTS_VIEW, object_name:PA_PROJ_INVOICE_EVENTS_VIEW, status:VALID, product: PA - Projects , description: View of events included on project invoices. Full Description: is a view that displays detailed information for events included on a project invoices. You can use this view to easily report event details for a project invoice backup r , implementation_dba_data: APPS.PA_PROJ_INVOICE_EVENTS_VIEW ,
-
View: PA_PROJ_INVOICE_EVENTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_EVENTS_VIEW, object_name:PA_PROJ_INVOICE_EVENTS_VIEW, status:VALID, product: PA - Projects , description: View of events included on project invoices. Full Description: is a view that displays detailed information for events included on a project invoices. You can use this view to easily report event details for a project invoice backup r , implementation_dba_data: APPS.PA_PROJ_INVOICE_EVENTS_VIEW ,
-
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: PA_DRAFT_INV_LINES_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: 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: 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: PA_PWP_LINK_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PWP_LINK_STATUS_V, object_name:PA_PWP_LINK_STATUS_V, status:VALID, product: PA - Projects , description: This view gives details of supplier invoices linked to a draft invoice , implementation_dba_data: APPS.PA_PWP_LINK_STATUS_V ,