Search Results pa_prvdr_cc_org_rel_v
Overview
PA_PRVDR_CC_ORG_REL_V is a Projects (PA) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents cross-charge organization relationships between a provider organization and a receiver organization, resolving those relationships into human-readable supplier (vendor) and legal entity attributes. The view is the reporting counterpart to the PA_CC_ORG_RELATIONSHIPS base table, exposing the raw relationship rows alongside descriptive names pulled from Human Resources and Payables.
The view specifically resolves the supplier site context for cross-charge processing. For each provider/receiver relationship, it derives the supplier name, supplier identifier, supplier site name, and supplier site identifier, along with the provider organization name, provider legal entity, and the invoice expenditure organization. This makes the view a convenient single source for reporting on how inter-organization cross-charges map to Payables suppliers and sites.
The status of the view is VALID and it is a standard, supported APPS object.
Underlying Base Objects
The view is defined over the following documented base objects: PA_CC_ORG_RELATIONSHIPS (synonym), PA_IMPLEMENTATIONS_ALL (synonym), HR_OPERATING_UNITS (view), HR_ORG_UNITS_NO_JOIN (view), HR_ALL_ORGANIZATION_UNITS_TL (synonym), XLE_ENTITY_PROFILES (synonym), PO_VENDORS (view), and PO_VENDOR_SITES_ALL (view). It also references the packages FND_GLOBAL, HR_GENERAL, and HR_SECURITY, which supply session and security context.
- PA_CC_ORG_RELATIONSHIPS (aliased E) provides the driving relationship rows, including PRVDR_ORG_ID, RECVR_ORG_ID, VENDOR_SITE_ID, and the cross-charge attributes.
- HR_OPERATING_UNITS (H) and XLE_ENTITY_PROFILES (XEP) resolve the provider organization and its legal entity name.
- PA_IMPLEMENTATIONS_ALL (IMP) links the provider organization to the supplier (VENDOR_ID).
- PO_VENDORS (V) supplies SUPPLIER_NAME; PO_VENDOR_SITES_ALL (VS) supplies SUPPLIER_SITE_CODE.
- HR_ORG_UNITS_NO_JOIN and HR_ALL_ORGANIZATION_UNITS_TL (ORGTL) resolve the invoice expenditure organization name, using a language join against USERENV('LANG').
Most vendor and expenditure-organization joins are outer joins, so a relationship row is returned even when supplier or organization detail is absent.
Key Columns
- SUPPLIER_SITE_NAME — the vendor site code (VS.VENDOR_SITE_CODE) associated with the cross-charge relationship; the column most often searched by users.
- SUPPLIER_SITE_ID — the vendor site identifier from PO_VENDOR_SITES_ALL.
- SUPPLIER_NAME / SUPPLIER_ID — the supplier name and vendor identifier resolved through PA_IMPLEMENTATIONS_ALL and PO_VENDORS.
- PRVDR_ORG_ID / PRVDR_ORG_NAME — the provider organization identifier and its operating unit name.
- RECVR_ORG_ID — the receiver organization identifier.
- PRVDR_LEGAL_ENTITY_ID / PRVDR_LEGAL_ENTITY_NAME — the provider's default legal context and legal entity name.
- AP_INV_EXP_TYPE / AP_INV_EXP_ORGANIZATION_ID / AP_INV_EXP_ORGANIZATION_NAME — the invoice expenditure type and organization details.
- PRVDR_ALLOW_CC_FLAG / CROSS_CHARGE_CODE / INVOICE_GROUPING_CODE / PRVDR_PROJECT_ID — cross-charge control attributes.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield segments carried from the base relationship table.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include reporting on cross-charge organization relationships by supplier site, validating that provider organizations are mapped to the correct supplier and site, and driving cross-charge invoice defaults. The following query returns relationships for a given supplier site:
SELECT prvdr_org_name, recvr_org_id, supplier_name, supplier_site_name, cross_charge_code
FROM apps.pa_prvdr_cc_org_rel_v
WHERE supplier_site_name = :p_site_name
AND prvdr_allow_cc_flag = 'Y';
To list all relationships for a provider organization with legal entity detail:
SELECT supplier_name, supplier_site_name, prvdr_legal_entity_name, ap_inv_exp_organization_name
FROM apps.pa_prvdr_cc_org_rel_v
WHERE prvdr_org_id = :p_provdr_org_id;
Because the view applies HR security and language context, queries should be run with a valid application session so that organization names resolve correctly.
-
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 ,
-
SYNONYM: APPS.PA_CC_ORG_RELATIONSHIPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
SYNONYM: APPS.PA_CC_ORG_RELATIONSHIPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CC_ORG_RELATIONSHIPS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.HR_ORG_UNITS_NO_JOIN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORG_UNITS_NO_JOIN, object_name:HR_ORG_UNITS_NO_JOIN, status:VALID,
-
VIEW: APPS.HR_ORG_UNITS_NO_JOIN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORG_UNITS_NO_JOIN, object_name:HR_ORG_UNITS_NO_JOIN, status:VALID,
-
SYNONYM: APPS.XLE_ENTITY_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_ENTITY_PROFILES, status:VALID,
-
SYNONYM: APPS.XLE_ENTITY_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLE_ENTITY_PROFILES, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.HR_OPERATING_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2