Search Results hz_cust_accounts
Overview
PA_DRAFT_INVOICES_ALL is the Oracle Projects (PA) transactional table that stores draft invoice header information generated for project contracts. Within Oracle EBS 12.1.1 and 12.2.2, it acts as the staging and control point for the invoice lifecycle — from draft generation through approval, release, and transfer into Oracle Receivables as an RA_CUSTOMER_TRX_ALL transaction. Each row represents a single draft invoice for a given project and draft invoice number combination.
From a dimensional modeling perspective, the FK structure suggests a satellite-leaning classification: the table is anchored to PA_PROJECTS_ALL via PROJECT_ID and carries the descriptive, mutable attributes of an invoice (amounts, dates, status flags, addresses). The presence of self-referencing FK relationships (PROJECT_ID and DRAFT_INVOICE_NUM_CREDITED, PROJECT_ID implemented as both PK and FK to itself) also makes it partially link-like, tying draft invoices to credited or predecessor invoice records.
The _ALL suffix indicates this is a multi-organization (MLS) table governed by ORG_ID, so all queries must respect the operating unit context.
Key Information Stored
The primary key is PA_DRAFT_INVOICES_PK (PROJECT_ID, DRAFT_INVOICE_NUM), and a second documented unique index, PA_DRAFT_INVOICES_U1, is defined on the same business-key pair. Among the 94 columns, the most operationally significant are:
PROJECT_IDandDRAFT_INVOICE_NUM— composite PK identifying the draft invoice and its project.TRANSFER_STATUS_CODE,TRANSFERRED_DATE,TRANSFER_REJECTION_REASON— controls the hand-off to Receivables.RA_INVOICE_NUMBERandSYSTEM_REFERENCE— link to the resulting AR transaction inRA_CUSTOMER_TRX_ALL.CUSTOMER_ID,BILL_TO_CUSTOMER_ID,SHIP_TO_CUSTOMER_ID— customer references toHZ_CUST_ACCOUNTS.BILL_TO_ADDRESS_ID,SHIP_TO_ADDRESS_ID— address references toHZ_CUST_ACCT_SITES_ALLandRA_ADDRESSES_ALL.INVOICE_DATE,GL_DATE,PA_DATE,BILL_THROUGH_DATE— key dating attributes for reporting and accounting.INV_CURRENCY_CODE,INV_EXCHANGE_RATE,INV_RATE_TYPE— invoice currency and conversion details.RECEIVABLE_CODE_COMBINATION_ID,UNBILLED_CODE_COMBINATION_ID,UNEARNED_CODE_COMBINATION_ID— GL distribution accounts.CANCELED_FLAG,WRITE_OFF_FLAG,APPROVED_DATE,RELEASED_DATE— lifecycle status indicators.ORG_ID— operating unit / MLS discriminator.
Common Use Cases and Queries
Typical reporting scenarios include tracking draft invoices awaiting approval, identifying transfers that were rejected by AR, and reconciling project invoices to their AR transactions. A representative query joining to the customer master — directly relevant to the hz_cust_accounts search — is:
- Listing invoices by customer:
SELECT pdi.draft_invoice_num, hca.account_number, hca.account_name FROM pa.pa_draft_invoices_all pdi, hz.hz_cust_accounts hca WHERE pdi.customer_id = hca.cust_account_id AND pdi.org_id = :org_id; - Locating un-transferred invoices: filter on
TRANSFER_STATUS_CODEIS NULL or unequal to the transferred value. - Reconciling to Receivables via
SYSTEM_REFERENCEjoined toRA_CUSTOMER_TRX_ALL. - Credit-memo tracing through
DRAFT_INVOICE_NUM_CREDITEDandCREDIT_MEMO_REASON_CODE.
Related Objects
Key dependencies and references include:
PA_DRAFT_INVOICE_DETAILS_ALLandPA_DRAFT_INVOICE_ITEMS— line-level children referencingPROJECT_ID/DRAFT_INVOICE_NUM.HZ_CUST_ACCOUNTS— joined onCUSTOMER_ID,BILL_TO_CUSTOMER_ID,SHIP_TO_CUSTOMER_ID.HZ_CUST_ACCT_SITES_ALLandRA_ADDRESSES_ALL— joined onBILL_TO_ADDRESS_IDandSHIP_TO_ADDRESS_ID.RA_CUSTOMER_TRX_ALL— joined onSYSTEM_REFERENCE.PA_PROJECTS_ALL— joined onPROJECT_ID.GL_CODE_COMBINATIONS— joined on the various*_CODE_COMBINATION_IDcolumns.PA_MC_DRAFT_INV_ITEMS,PA_DISTRIBUTION_WARNINGS, andJAI_PA_DRAFT_INVOICES— referencing tables.
-
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 ,
-
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_PROJECT_REQUESTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_REQUESTS, object_name:PA_PROJECT_REQUESTS, status:VALID, product: PA - Projects , description: The PA_PROJECT_REQUESTS table stores the project creation requests. , implementation_dba_data: PA.PA_PROJECT_REQUESTS ,
-
View: PA_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMERS_V, object_name:PA_CUSTOMERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUSTOMERS_V ,
-
Table: PA_PROJ_RETN_BILL_RULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_BILL_RULES, object_name:PA_PROJ_RETN_BILL_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_BILL_RULES stores retention billing rules for a , implementation_dba_data: PA.PA_PROJ_RETN_BILL_RULES ,
-
Table: PA_PROJ_RETN_BILL_RULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_BILL_RULES, object_name:PA_PROJ_RETN_BILL_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_BILL_RULES stores retention billing rules for a , implementation_dba_data: PA.PA_PROJ_RETN_BILL_RULES ,
-
Table: PA_PROJECT_REQUESTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_REQUESTS, object_name:PA_PROJECT_REQUESTS, status:VALID, product: PA - Projects , description: The PA_PROJECT_REQUESTS table stores the project creation requests. , implementation_dba_data: PA.PA_PROJECT_REQUESTS ,
-
View: PA_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMERS_V, object_name:PA_CUSTOMERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUSTOMERS_V ,
-
Table: PA_PROJECT_CONTACTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CONTACTS, object_name:PA_PROJECT_CONTACTS, status:VALID, product: PA - Projects , description: Customer representatives who are involved in projects , implementation_dba_data: PA.PA_PROJECT_CONTACTS ,
-
Table: PA_PROJECT_CONTACTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CONTACTS, object_name:PA_PROJECT_CONTACTS, status:VALID, product: PA - Projects , description: Customer representatives who are involved in projects , implementation_dba_data: PA.PA_PROJECT_CONTACTS ,
-
View: PA_TOP_TASK_CUSTOMERS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TOP_TASK_CUSTOMERS_LOV_V, object_name:PA_TOP_TASK_CUSTOMERS_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the project customers , implementation_dba_data: APPS.PA_TOP_TASK_CUSTOMERS_LOV_V ,
-
View: PA_TOP_TASK_CUSTOMERS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TOP_TASK_CUSTOMERS_LOV_V, object_name:PA_TOP_TASK_CUSTOMERS_LOV_V, status:VALID, product: PA - Projects , description: This view displays all the project customers , implementation_dba_data: APPS.PA_TOP_TASK_CUSTOMERS_LOV_V ,
-
Table: PA_PROJECT_CUSTOMERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CUSTOMERS, object_name:PA_PROJECT_CUSTOMERS, status:VALID, product: PA - Projects , description: Customers involved in projects , implementation_dba_data: PA.PA_PROJECT_CUSTOMERS ,
-
Table: PA_PROJECT_CUSTOMERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CUSTOMERS, object_name:PA_PROJECT_CUSTOMERS, status:VALID, product: PA - Projects , description: Customers involved in projects , implementation_dba_data: PA.PA_PROJECT_CUSTOMERS ,
-
View: PA_CUSTOMER_RECEIVER_PRJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_RECEIVER_PRJECTS_V, object_name:PA_CUSTOMER_RECEIVER_PRJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_RECEIVER_PRJECTS_V ,
-
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 ,
-
View: PABV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMERS, object_name:PABV_CUSTOMERS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMERS ,
-
View: PA_CUSTOMER_RECEIVER_PRJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_RECEIVER_PRJECTS_V, object_name:PA_CUSTOMER_RECEIVER_PRJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_RECEIVER_PRJECTS_V ,
-
View: PABV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMERS, object_name:PABV_CUSTOMERS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMERS ,
-
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_SUMMARY_PROJECT_RETN
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETN, object_name:PA_SUMMARY_PROJECT_RETN, status:VALID, product: PA - Projects , description: PA_SUMMARY_PROJECT_RETN stores summary retention amounts calculated based on retention and retention billing setup at the project or top task level. These amounts are the summary amounts of the detailed retention records. These amounts are , implementation_dba_data: PA.PA_SUMMARY_PROJECT_RETN ,
-
Table: PA_SUMMARY_PROJECT_RETN
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETN, object_name:PA_SUMMARY_PROJECT_RETN, status:VALID, product: PA - Projects , description: PA_SUMMARY_PROJECT_RETN stores summary retention amounts calculated based on retention and retention billing setup at the project or top task level. These amounts are the summary amounts of the detailed retention records. These amounts are , implementation_dba_data: PA.PA_SUMMARY_PROJECT_RETN ,
-
View: PABV_CUSTOMER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_CONTACTS, object_name:PABV_CUSTOMER_CONTACTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_CONTACTS ,
-
View: PABV_CUSTOMER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_CONTACTS, object_name:PABV_CUSTOMER_CONTACTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_CONTACTS ,
-
View: PA_XLA_AGREEMENT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_AGREEMENT_REF_V, object_name:PA_XLA_AGREEMENT_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_AGREEMENT_REF_V ,
-
View: PA_CUSTOMER_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_SITES_V, object_name:PA_CUSTOMER_SITES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_SITES_V ,
-
View: PA_XLA_AGREEMENT_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_AGREEMENT_REF_V, object_name:PA_XLA_AGREEMENT_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_AGREEMENT_REF_V ,
-
View: PA_CUSTOMER_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_SITES_V, object_name:PA_CUSTOMER_SITES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CUSTOMER_SITES_V ,
-
View: PAFV_CUSTOMER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_CONTACTS, object_name:PAFV_CUSTOMER_CONTACTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer contacts for the projects. , implementation_dba_data: APPS.PAFV_CUSTOMER_CONTACTS ,
-
View: PAFV_CUSTOMER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_CONTACTS, object_name:PAFV_CUSTOMER_CONTACTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer contacts for the projects. , implementation_dba_data: APPS.PAFV_CUSTOMER_CONTACTS ,
-
View: PAFV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENTS, object_name:PAFV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer agreements. , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENTS ,
-
View: PAFV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENTS, object_name:PAFV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer agreements. , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENTS ,
-
View: PA_PROJECT_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_REQUESTS_V, object_name:PA_PROJECT_REQUESTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_REQUESTS_V ,
-
View: PA_PROJECT_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_REQUESTS_V, object_name:PA_PROJECT_REQUESTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_REQUESTS_V ,
-
View: PA_TASK_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_CUSTOMERS_V ,
-
View: PA_TASK_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_CUSTOMERS_V ,
-
View: PAFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
View: PAFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
View: PA_PROJ_RETN_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EXP_V, object_name:PA_PROJ_RETN_EXP_V, status:VALID, product: PA - Projects , description: Stores retention expenditure rules , implementation_dba_data: APPS.PA_PROJ_RETN_EXP_V ,
-
View: PA_PROJ_RETN_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EXP_V, object_name:PA_PROJ_RETN_EXP_V, status:VALID, product: PA - Projects , description: Stores retention expenditure rules , implementation_dba_data: APPS.PA_PROJ_RETN_EXP_V ,
-
View: PA_FUND_REVAL_AUDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_FUND_REVAL_AUDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
View: PA_PROJ_RETN_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EVENTS_V, object_name:PA_PROJ_RETN_EVENTS_V, status:VALID, product: PA - Projects , description: Stores retention events rules , implementation_dba_data: APPS.PA_PROJ_RETN_EVENTS_V ,
-
View: PA_PROJ_RETN_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_DEFAULTS_V, object_name:PA_PROJ_RETN_DEFAULTS_V, status:VALID, product: PA - Projects , description: Stores retention defaults rules , implementation_dba_data: APPS.PA_PROJ_RETN_DEFAULTS_V ,
-
View: PA_PROJ_FUND_REVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_REVAL_V ,
-
View: PA_PROJ_RETN_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EVENTS_V, object_name:PA_PROJ_RETN_EVENTS_V, status:VALID, product: PA - Projects , description: Stores retention events rules , implementation_dba_data: APPS.PA_PROJ_RETN_EVENTS_V ,
-
View: PA_SUMMARY_PROJECT_RETNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETNS_V, object_name:PA_SUMMARY_PROJECT_RETNS_V, status:VALID, product: PA - Projects , description: Stores retention summary amounts , implementation_dba_data: APPS.PA_SUMMARY_PROJECT_RETNS_V ,
-
View: PA_SUMMARY_PROJECT_RETNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETNS_V, object_name:PA_SUMMARY_PROJECT_RETNS_V, status:VALID, product: PA - Projects , description: Stores retention summary amounts , implementation_dba_data: APPS.PA_SUMMARY_PROJECT_RETNS_V ,