Search Results pa_project_customers
Overview
The PA_PROJECT_CUSTOMERS table is a core data object within the Oracle E-Business Suite Projects (PA) module, specifically for versions 12.1.1 and 12.2.2. It serves as the central repository for defining and managing customer relationships for projects. Its primary role is to establish the link between a project and one or more customers, enabling critical downstream processes such as billing, revenue recognition, and contract management. By storing customer and address information at the project level, this table ensures that financial transactions and project deliverables are correctly associated with the appropriate customer entities.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which enforce data integrity and define its relationships. The primary key is a composite of PROJECT_ID and CUSTOMER_ID, ensuring a unique relationship between a project and a specific customer. Key columns include PROJECT_ID, which links to PA_PROJECTS_ALL, and CUSTOMER_ID, which links to customer master tables (HZ_CUST_ACCOUNTS and the legacy RA_CUSTOMERS). Crucially, the table also stores address identifiers for billing (BILL_TO_ADDRESS_ID) and shipping (SHIP_TO_ADDRESS_ID), linking to the HZ_CUST_ACCT_SITES_ALL and RA_ADDRESSES_ALL tables. This allows for precise address management per customer-project relationship.
Common Use Cases and Queries
This table is fundamental for any reporting or process involving project customers. Common use cases include generating a customer list for a specific project, validating billing setup before invoice generation, and analyzing the customer portfolio across multiple projects. A typical query to retrieve all customers for a project, including their names and bill-to addresses, would join through the TCA (Trading Community Architecture) tables:
- SELECT ppc.project_id, hca.account_number, hca.account_name, hcsua.location
- FROM pa_project_customers ppc,
- hz_cust_accounts hca,
- hz_cust_acct_sites_all hcasa,
- hz_cust_site_uses_all hcsua
- WHERE ppc.customer_id = hca.cust_account_id
- AND ppc.bill_to_address_id = hcasa.cust_acct_site_id
- AND hcasa.cust_acct_site_id = hcsua.cust_acct_site_id
- AND hcsua.site_use_code = 'BILL_TO'
- AND ppc.project_id = :p_project_id;
Related Objects
PA_PROJECT_CUSTOMERS is a nexus table with dependencies on several key master and transactional tables. Its primary foreign key relationship is with PA_PROJECTS_ALL, anchoring it to the project definition. For customer data, it integrates with the modern TCA schema (HZ_CUST_ACCOUNTS, HZ_CUST_ACCT_SITES_ALL) and retains compatibility with the legacy Receivables schema (RA_CUSTOMERS, RA_ADDRESSES_ALL). This table is directly referenced by APIs and forms within the Projects module for customer assignment and is essential for the setup of project-related billing and invoicing interfaces in Oracle Project Billing.
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
View: PA_PROJ_FUND_VALID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_VALID_V, object_name:PA_PROJ_FUND_VALID_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_VALID_V ,
-
View: PA_CUSTOMER_AGREEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_AGREEMENTS_V, object_name:PA_CUSTOMER_AGREEMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUSTOMER_AGREEMENTS_V ,
-
View: PA_PROJ_FUND_VALID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_VALID_V, object_name:PA_PROJ_FUND_VALID_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_VALID_V ,
-
View: PA_PTE_WBS_DOWNLOAD_V
12.1.1
product: PA - Projects , description: View of Work Breakdown Structure data from PA - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_CUSTOMER_AGREEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CUSTOMER_AGREEMENTS_V, object_name:PA_CUSTOMER_AGREEMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CUSTOMER_AGREEMENTS_V ,
-
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_PTE_WBS_DOWNLOAD_V
12.2.2
product: PA - Projects , description: View of Work Breakdown Structure data from PA - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_RETENTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_RETENTION_V, object_name:PA_PROJECT_RETENTION_V, status:VALID, product: PA - Projects , description: Stores retention summary balances , implementation_dba_data: APPS.PA_PROJECT_RETENTION_V ,
-
View: PA_PROJECT_RETENTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_RETENTION_V, object_name:PA_PROJECT_RETENTION_V, status:VALID, product: PA - Projects , description: Stores retention summary balances , implementation_dba_data: APPS.PA_PROJECT_RETENTION_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: 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: 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: 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: 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 ,
-
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_PROJECT_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CUSTOMERS_V ,
-
View: PA_PROJECT_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CUSTOMERS_V ,
-
View: PA_RPT_CUST_ACT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_ACT_SUMMARY, object_name:PA_RPT_CUST_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals by customers. , implementation_dba_data: APPS.PA_RPT_CUST_ACT_SUMMARY ,
-
View: PA_RPT_CUST_ACT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_ACT_SUMMARY, object_name:PA_RPT_CUST_ACT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level actuals by customers. , implementation_dba_data: APPS.PA_RPT_CUST_ACT_SUMMARY ,
-
View: PA_RPT_CUST_BGT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_BGT_SUMMARY, object_name:PA_RPT_CUST_BGT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level budgets by customers. , implementation_dba_data: APPS.PA_RPT_CUST_BGT_SUMMARY ,
-
View: PA_RPT_CUST_BGT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RPT_CUST_BGT_SUMMARY, object_name:PA_RPT_CUST_BGT_SUMMARY, status:VALID, product: PA - Projects , description: Reporting view which displays project level budgets by customers. , implementation_dba_data: APPS.PA_RPT_CUST_BGT_SUMMARY ,
-
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 ,
-
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_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_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_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 ,