Search Results pa_draft_invoice_items
The PA_DRAFT_INVOICE_ITEMS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 plays a critical role in the Project Accounting (PA) module by storing draft invoice line items before they are finalized and transferred to Accounts Receivable (AR). This table acts as an intermediary repository for invoice details, allowing users to review, modify, and validate billing information before generating official invoices. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Key Attributes of PA_DRAFT_INVOICE_ITEMS
The table contains columns that capture essential billing details, including:- DRAFT_INVOICE_ID: Primary key linking to the parent draft invoice in PA_DRAFT_INVOICES.
- PROJECT_ID: References the project being billed (from PA_PROJECTS).
- TASK_ID: Identifies the specific task or work breakdown structure (WBS) element.
- EXPENDITURE_ITEM_ID: Links to actual cost transactions in PA_EXPENDITURE_ITEMS.
- REVENUE_ITEM_ID: Associates with revenue recognition entries in PA_REVENUE_ITEMS.
- AMOUNT: Stores the billed amount for the line item.
- DESCRIPTION: Free-text field for item details.
- STATUS_FLAG: Indicates whether the item is pending, approved, or rejected.
Functional Role in Billing Workflow
The table supports the following processes:- Draft Invoice Creation: When generating draft invoices via the "Create Draft Revenue" or "Create Draft Invoices" programs, the system populates this table with unbilled revenue or cost-based line items.
- Validation & Adjustment Users can review line items, apply adjustments (e.g., write-offs, discounts), or split amounts before approval.
- Approval Routing: The STATUS_FLAG column facilitates workflow-driven approvals, ensuring compliance with billing policies.
- AR Integration: Approved items are transferred to AR via the "Create Final Invoices" program, which references this table to generate RA_CUSTOMER_TRX records.
Integration with Other Modules
The table interacts with:- Project Costing: Links to PA_EXPENDITURE_ITEMS for actual costs.
- Revenue Management: References PA_REVENUE_ITEMS for recognized revenue.
- Accounts Receivable: Finalized items feed into AR’s RA_CUSTOMER_TRX_LINES.
- General Ledger: Billing events may trigger GL entries via Subledger Accounting (SLA).
Technical Considerations
- Indexes: Key indexes include PA_DRAFT_INVOICE_ITEMS_N1 (on DRAFT_INVOICE_ID) and PA_DRAFT_INVOICE_ITEMS_N2 (on PROJECT_ID).
- Concurrency: Locking mechanisms prevent conflicts during mass invoice generation.
- Purge Policies: Historical data may be archived using Oracle’s purge utilities to optimize performance.
Customization Scenarios
Organizations often extend the table’s usage by:- Adding custom columns via Descriptive Flexfields (DFFs) for industry-specific billing attributes.
- Developing triggers or APIs to enforce complex billing rules before AR transfer.
- Integrating with third-party systems for advanced invoice validation.
-
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.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 ,
-
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 ,
-
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: 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_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_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_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.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_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_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_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_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_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 ,
-
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_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 ,
-
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_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_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_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 ,
-
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_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.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.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 ,
-
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_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.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: 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_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 ,