Search Results write_off
Overview
APPS.PABV_CUSTOMER_INVOICES is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data as PA.PABV_CUSTOMER_INVOICES and reported with a status of VALID in both 12.1.1 and 12.2.2. It exposes draft invoice information generated for projects, drawing its data from the Project Billing and Project Costing foundation. The view is not a transactional entry point; it is a read-only, reporting-oriented construct intended for extraction, reconciliation, and third-party integration of project billing activity.
Because it is an APPS-owned BIS view, it abstracts the complexity of the underlying draft invoice model, presenting a flattened, denormalized projection suitable for ad hoc queries, BI Publisher reports, and inbound/outbound interfaces. Organizations commonly query it to identify invoices pending approval, released but untransferred drafts, drafts rejected during transfer to Receivables, and credits applied against previously generated invoices.
Underlying Base Objects
The view is documented as referencing the following base objects:
PA_DRAFT_INVOICES_ALL(SYNONYM) — the primary transactional table holding draft invoice header records for projects across all operating units.PA_PROJECTS_ALL(SYNONYM) — the project master, providing project-level context such as project identifiers.PA_LOOKUPS(VIEW) — the lookup values view used to resolve coded values such as transfer status and generation error flags into their meaningful descriptions.
The view is not referenced by any database object, confirming it as a terminal reporting dependency. Standard joins link draft invoices to their project via PROJECT_ID and to descriptive lookup values via the referenced lookup view. All three base objects reside in the APPS schema, so no cross-schema grants are required for APPS-privileged sessions.
Key Columns
The view exposes date, amount, identifier, and descriptive attributes. Notable columns include:
DRAFT_INVOICE_NUM— the draft invoice number, the primary business identifier for a draft.DRAFT_INVOICE_NUMBER_CREDITED— identifies the draft invoice number that the current record credits; this is the column targeted directly by the search term and is central to credit and adjustment analysis.PROJECT_IDandAGREEMENT_ID— foreign keys linking the draft to its project and billing agreement.APPROVED_DATE,RELEASED_DATE,INVOICE_DATE,TRANSFERRED_DATE,BILL_THROUGH_DATE, andGL_DATE— the lifecycle dates that govern invoice processing milestones._LA:TRANSFER_STATUSand_LA:GENERATION_ERROR_FLAG— labeled lookup attributes indicating the invoice's transfer state and whether generation encountered errors.TRANSFER_REJECTION_REASON— free-text reason when transfer to Receivables fails.AR_INVOICE_NUMBERandCUSTOMER_TRX_ID— the resulting Receivables invoice reference after successful transfer.UNEARNED_REVENUE_CRandUNBILLED_RECEIVABLE_DR— the accounting amounts associated with the draft.- Audit and multi-org columns:
ORG_ID,LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE, andCREATED_BY.
Common Use Cases and Queries
Typical uses include monitoring the draft-to-Receivables pipeline, diagnosing transfer rejections, and tracing credits back to original invoices.
To examine credited drafts:
SELECT draft_invoice_num,
draft_invoice_number_credited,
project_id,
ar_invoice_number,
transferred_date
FROM apps.pabv_customer_invoices
WHERE draft_invoice_number_credited IS NOT NULL;
To identify drafts pending transfer with an error flag:
SELECT draft_invoice_num,
"_LA:GENERATION_ERROR_FLAG" AS generation_error,
transfer_rejection_reason
FROM apps.pabv_customer_invoices
WHERE transferred_date IS NULL;
Filtering by ORG_ID is essential in multi-organization deployments, and lookup-based columns should be resolved through PA_LOOKUPS values when user-friendly labels are needed.
-
VIEW: APPS.PABV_CUSTOMER_INVOICES
12.1.1
-
VIEW: APPS.PABV_CUSTOMER_INVOICES
12.2.2
-
Lookup Type: INVOICE_CLASS
12.1.1
product: PA - Projects , meaning: Invoice Class , description: Invoice_Class ,
-
Lookup Type: OZF_CLAIM_PAYMENT_METHOD
12.2.2
product: OZF - Trade Management , meaning: Claims Payment Methods , description: Claims Payment Methods ,
-
Lookup Type: OZF_CUSTOMIZED_OBJECT_CLASS
12.1.1
product: OZF - Trade Management , meaning: OZF-TM: Customized Object Class , description: Customized Object Class ,
-
Lookup Type: OZF_CUSTOMIZED_OBJECT_CLASS
12.2.2
product: OZF - Trade Management , meaning: OZF-TM: Customized Object Class , description: Customized Object Class ,
-
Lookup Type: INVOICE_CLASS
12.2.2
product: PA - Projects , meaning: Invoice Class , description: Invoice_Class ,
-
VIEW: APPS.PAFV_CUSTOMER_INVOICES
12.1.1
-
Lookup Type: OZF_CLAIM_PAYMENT_METHOD
12.1.1
product: OZF - Trade Management , meaning: Claims Payment Methods , description: Claims Payment Methods ,
-
Lookup Type: OZF_DEDUCTION_PAYMENT_METHOD
12.1.1
product: OZF - Trade Management , meaning: Deduction Payment Method , description: Deduction Payment Method ,
-
Lookup Type: AMS_DEDUCTION_PAYMENT_METHOD
12.1.1
product: AMS - Marketing , meaning: Deduction Payment Method , description: Deduction Payment Method ,
-
Lookup Type: JAI_RGM_ACCOUNT_NAMES
12.2.2
product: JA - Asia/Pacific Localizations , meaning: Regime Account Names India , description: India localization regime account names ,
-
Lookup Type: OZF_DEDUCTION_PAYMENT_METHOD
12.2.2
product: OZF - Trade Management , meaning: Deduction Payment Method , description: Deduction Payment Method ,
-
Lookup Type: AMS_DEDUCTION_PAYMENT_METHOD
12.2.2
product: AMS - Marketing , meaning: Deduction Payment Method , description: Deduction Payment Method ,
-
Lookup Type: INVOICE ACTION
12.1.1
product: PA - Projects , meaning: Invoice Action , description: Invoice Action ,
-
VIEW: APPS.PAFV_CUSTOMER_INVOICES
12.2.2
-
Lookup Type: INVOICE ACTION
12.2.2
product: PA - Projects , meaning: Invoice Action , description: Invoice Action ,
-
Lookup Type: JLBR_AR_BORDERO_STATUS
12.2.2
product: JL - Latin America Localizations , meaning: JLBR AR BORDERO STATUS , description: Bank Transfer Remittance Batch Status ,
-
Lookup Type: AMS_PAYMENT_METHOD
12.1.1
product: AMS - Marketing , meaning: Claims Automatic Payment Methods ,
-
Lookup Type: JLBR_AR_REMIT_BANK_OCCURRENCE
12.1.1
product: JL - Latin America Localizations , meaning: JLBR AR REMIT BANK OCCURRENCE , description: Bank Remittance Occurrence ,
-
Lookup Type: AMS_PAYMENT_METHOD
12.2.2
product: AMS - Marketing , meaning: Claims Automatic Payment Methods ,
-
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 ,
-
Lookup Type: JLBR_AR_BORDERO_STATUS
12.1.1
product: JL - Latin America Localizations , meaning: JLBR AR BORDERO STATUS , description: Bank Transfer Remittance Batch Status ,
-
Lookup Type: OZF_PAYMENT_METHOD
12.2.2
product: OZF - Trade Management , meaning: Claims Automatic Payment Methods ,
-
Lookup Type: JLBR_AR_REMIT_BANK_OCCURRENCE
12.2.2
product: JL - Latin America Localizations , meaning: JLBR AR REMIT BANK OCCURRENCE , description: Bank Remittance Occurrence ,
-
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 ,
-
Lookup Type: OZF_PAYMENT_METHOD
12.1.1
product: OZF - Trade Management , meaning: Claims Automatic Payment Methods ,
-
VIEW: APPS.AR_XLA_ARD_CRH_LINES_V
12.2.2
-
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_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: 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 ,
-
APPS.OZF_AUTO_WRITEOFF_PVT SQL Statements
12.2.2
-
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: 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: 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_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_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: APPS.PA_DRAFT_INVOICES_ALL_V
12.2.2
-
APPS.OZF_AUTO_WRITEOFF_PVT SQL Statements
12.1.1
-
VIEW: APPS.PA_DRAFT_INVOICES_ALL_V
12.1.1
-
View: GMS_DRAFT_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_DRAFT_INVOICES_V ,
-
View: GMS_DRAFT_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_DRAFT_INVOICES_V ,
-
VIEW: APPS.PA_DRAFT_INVOICES_V
12.1.1
-
VIEW: APPS.PA_DRAFT_INVOICES_V
12.2.2
-
View: AR_XLA_ARD_CRH_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_CRH_LINES_V, object_name:AR_XLA_ARD_CRH_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_CRH_LINES_V ,
-
VIEW: APPS.GMS_DRAFT_INVOICES_V
12.1.1
-
VIEW: APPS.GMS_DRAFT_INVOICES_V
12.2.2
-
APPS.JL_JLBRRCAD_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.GMS_DRAFT_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID,
-
VIEW: APPS.GMS_DRAFT_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID,