Search Results pa_cc_org_relationships
Overview
PA_CC_ORG_RELATIONSHIPS is a Projects (PA) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores the relationship between operating units and the attributes that govern cross charge control and processing. Cross charging in Oracle Projects enables one operating unit (the provider) to charge another operating unit (the receiver) for services or expenditures delivered across organizational boundaries. This table defines the rules, approvals, and invoice generation defaults that apply to each provider-to-receiver organizational pair.
Under the heuristic Data Vault classification derived from its foreign key structure, this object is modeled as a link table. It resolves a many-to-many association between provider and receiver organizations and carries descriptive processing attributes alongside that association, which is the classic signature of a link entity rather than a hub or satellite.
Key Information Stored
The table contains 30 documented columns. The most operationally significant are:
- PRVDR_ORG_ID and RECVR_ORG_ID — the provider and receiver operating units. Together these form the composite primary key PA_CC_ORG_RELATIONSHIPS_PK and also the business-key unique indexes U1 (PRVDR_ORG_ID, RECVR_ORG_ID) and U2 (RECVR_ORG_ID, PRVDR_ORG_ID).
- PRVDR_ALLOW_CC_FLAG — indicates whether the provider organization is permitted to cross charge the receiver.
- CROSS_CHARGE_CODE — the cross charge processing option that determines how charges are handled (for example, whether they are transferred, priced, or routed for invoice).
- INVOICE_GROUPING_CODE — controls how cross charge transactions are grouped onto intercompany invoices.
- PRVDR_PROJECT_ID — the provider project referenced for cross charge processing.
- VENDOR_SITE_ID — the supplier site associated with the cross charge relationship for intercompany billing.
- AP_INV_EXP_TYPE — the expenditure type assigned when cross charge transactions are converted to Payables invoices.
- AP_INV_EXP_ORGANIZATION_ID — the organization used for that invoice-related expenditure.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — the standard Who-column audit set.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — the DFF (descriptive flexfield) columns for customer-defined extensions.
There is no separate surrogate key column; the primary key is the natural composite of the two organization identifiers.
Common Use Cases and Queries
Typical uses include validating that a provider-receiver pair is enabled for cross charging, reconciling cross charge setups during implementations, and reporting on the expenditure types and invoice grouping defaults configured per relationship.
A common query retrieves the cross charge setup for a given organization pair:
SELECT prvdr_org_id, recvr_org_id, prvdr_allow_cc_flag, cross_charge_code, invoice_grouping_code FROM pa.pa_cc_org_relationships WHERE prvdr_org_id = :p_provider AND recvr_org_id = :p_receiver;
Reporting queries frequently join to HR_ALL_ORGANIZATION_UNITS to resolve organization names, and filter with prvdr_allow_cc_flag = 'Y' to list active cross charge relationships. Reconciliation reports compare configured pairs against actual cross charge transactions to detect missing or misconfigured relationships.
Related Objects
The foreign keys documented for this table establish its principal dependencies:
- HR_ALL_ORGANIZATION_UNITS — via PRVDR_ORG_ID and RECVR_ORG_ID; supplies organization definitions for both provider and receiver.
- PA_PROJECTS_ALL — via PRVDR_PROJECT_ID; the provider project used in cross charge processing.
- PO_VENDOR_SITES_ALL — via VENDOR_SITE_ID; the supplier site used for intercompany invoicing.
- PA_EXPENDITURE_TYPES — via AP_INV_EXP_TYPE; the expenditure type assigned to Payables invoice transactions.
- HR_ALL_ORGANIZATION_UNITS — via AP_INV_EXP_ORGANIZATION_ID; the organization referenced for invoice expenditure processing.
Oracle Projects cross charge setup and processing logic, along with intercompany invoicing features in the Projects and Payables modules, consume this table as the authoritative source of provider-to-receiver cross charge control attributes.
-
Table: PA_CC_ORG_RELATIONSHIPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_ORG_RELATIONSHIPS, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID, product: PA - Projects , description: Information about relationship between operating units and the attributes that specify cross charge control and processing. , implementation_dba_data: PA.PA_CC_ORG_RELATIONSHIPS ,
-
Table: PA_CC_ORG_RELATIONSHIPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_ORG_RELATIONSHIPS, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID, product: PA - Projects , description: Information about relationship between operating units and the attributes that specify cross charge control and processing. , implementation_dba_data: PA.PA_CC_ORG_RELATIONSHIPS ,
-
VIEW: APPS.PA_PROJECTS_EXPEND_V
12.1.1
-
VIEW: APPS.PA_PROJECTS_EXPEND_V
12.2.2
-
VIEW: APPS.PA_PROJECTS_V_PAXTRAPE
12.1.1
-
VIEW: APPS.PA_PROJECTS_V_PAXTRAPE
12.2.2
-
VIEW: APPS.PJM_PROJECTS_V
12.1.1
-
VIEW: APPS.PA_PROJECTS_ALL_EXPEND_V
12.1.1
-
VIEW: APPS.PA_PROJECTS_ALL_EXPEND_V
12.2.2
-
VIEW: APPS.PJM_PROJECTS_V
12.2.2
-
APPS.PA_CC_UTILS SQL Statements
12.1.1
-
APPS.PA_CC_UTILS SQL Statements
12.2.2
-
View: PA_PROJECTS_V_PAXTRAPE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V_PAXTRAPE, object_name:PA_PROJECTS_V_PAXTRAPE, status:VALID, product: PA - Projects , description: For bug 2556167 to be used for record group in PAXTRAPE Only , implementation_dba_data: APPS.PA_PROJECTS_V_PAXTRAPE ,
-
SYNONYM: APPS.PA_CC_ORG_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
VIEW: PA.PA_CC_ORG_RELATIONSHIPS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_CC_ORG_RELATIONSHIPS#, status:VALID,
-
SYNONYM: APPS.PA_CC_ORG_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
View: PA_PROJECTS_ALL_EXPEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_ALL_EXPEND_V, object_name:PA_PROJECTS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can do search. (For subledgers LOV) , implementation_dba_data: APPS.PA_PROJECTS_ALL_EXPEND_V ,
-
View: PA_PROJECTS_ALL_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_ALL_EXPEND_V, object_name:PA_PROJECTS_ALL_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can do search. (For subledgers LOV) , implementation_dba_data: APPS.PA_PROJECTS_ALL_EXPEND_V ,
-
View: PA_PROJECTS_EXPEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_EXPEND_V, object_name:PA_PROJECTS_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can charge expenditures , implementation_dba_data: APPS.PA_PROJECTS_EXPEND_V ,
-
View: PA_PROJECTS_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_EXPEND_V, object_name:PA_PROJECTS_EXPEND_V, status:VALID, product: PA - Projects , description: View of the projects to which you can charge expenditures , implementation_dba_data: APPS.PA_PROJECTS_EXPEND_V ,
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_V
12.2.2
-
VIEW: APPS.PA_RECVR_CC_ORG_REL_V
12.2.2
-
VIEW: APPS.PA_RECVR_CC_ORG_REL_V
12.1.1
-
VIEW: PA.PA_CC_ORG_RELATIONSHIPS#
12.2.2
-
APPS.PA_CC_ORG_RELATIONSHIPS_PKG SQL Statements
12.1.1
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_V
12.1.1
-
APPS.PA_CC_ORG_RELATIONSHIPS_PKG SQL Statements
12.2.2
-
VIEW: APPS.PA_PRVDR_CC_ORG_REL_V
12.2.2
-
VIEW: APPS.PA_PRVDR_CC_ORG_REL_V
12.1.1
-
PACKAGE BODY: APPS.PA_CC_ORG_RELATIONSHIPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_ORG_RELATIONSHIPS_PKG, status:VALID,
-
TABLE: PA.PA_CC_ORG_RELATIONSHIPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_ORG_RELATIONSHIPS, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_ORG_RELATIONSHIPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_ORG_RELATIONSHIPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_ORG_RELATIONSHIPS_PKG
12.1.1
-
TABLE: PA.PA_CC_ORG_RELATIONSHIPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_ORG_RELATIONSHIPS, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_IDENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_IDENT, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_ORG_RELATIONSHIPS_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_CC_IDENT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_IDENT, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_AR_AP_TRANSFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_AR_AP_TRANSFER, status:VALID,
-
View: PA_CROSS_CHARGEABLE_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_V, object_name:PA_CROSS_CHARGEABLE_OU_V, status:VALID, product: PA - Projects , description: View of operating units that are Cross chargeable from the current operating unit , implementation_dba_data: APPS.PA_CROSS_CHARGEABLE_OU_V ,
-
PACKAGE BODY: APPS.PA_CC_AR_AP_TRANSFER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CC_AR_AP_TRANSFER, status:VALID,
-
View: PA_RECVR_CC_ORG_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RECVR_CC_ORG_REL_V, object_name:PA_RECVR_CC_ORG_REL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RECVR_CC_ORG_REL_V ,
-
View: PA_RECVR_CC_ORG_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RECVR_CC_ORG_REL_V, object_name:PA_RECVR_CC_ORG_REL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RECVR_CC_ORG_REL_V ,
-
View: PA_CROSS_CHARGEABLE_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_V, object_name:PA_CROSS_CHARGEABLE_OU_V, status:VALID, product: PA - Projects , description: View of operating units that are Cross chargeable from the current operating unit , implementation_dba_data: APPS.PA_CROSS_CHARGEABLE_OU_V ,
-
View: PA_PRVDR_CC_ORG_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PRVDR_CC_ORG_REL_V, object_name:PA_PRVDR_CC_ORG_REL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PRVDR_CC_ORG_REL_V ,
-
View: PA_PRVDR_CC_ORG_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PRVDR_CC_ORG_REL_V, object_name:PA_PRVDR_CC_ORG_REL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PRVDR_CC_ORG_REL_V ,
-
VIEW: APPS.PA_PROJECTS_V_PAXTRAPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V_PAXTRAPE, object_name:PA_PROJECTS_V_PAXTRAPE, status:VALID,
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_V, object_name:PA_CROSS_CHARGEABLE_OU_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CC_UTILS
12.2.2