Search Results pa_cross_chargeable_ou_base_v
Overview
PA_CROSS_CHARGEABLE_OU_BASE_V is a Projects (PA) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to expose the set of operating units that are cross-chargeable from the current operating unit. In the Oracle Projects cross-charging model, a provider operating unit can borrow or transfer expenditures to a receiver operating unit only when the pair satisfies the implementation rules configured for both organizations. This view materializes that provider-to-receiver relationship as a flat, queryable list, which makes it suitable for reporting, validation logic, and integration routines that must determine whether a given organizational combination is permitted before a cross-charge transaction is created.
The view is part of the internal supporting layer for the Oracle Projects cross-charge setup. Rather than duplicating the setup screens, it consolidates the enabled operating units, their business groups, ledgers, project and expenditure organization structures, and their respective cross-charge flags into a single relational shape. Because the view is stateless and derived from setup tables, it always reflects the current configuration of PA implementations and organization information at query time.
Underlying Base Objects
The documented base objects referenced by the view are:
- PA_IMPLEMENTATIONS (synonym) — the provider-side implementation record, supplying the primary ORG_ID and BUSINESS_GROUP_ID.
- PA_IMPLEMENTATIONS_ALL (synonym) — the organization-level implementation record for each operating unit, supplying ledger, period type, organization structure identifiers, and the receiver-side cross-charge flag. It is aliased IALL and is joined to the provider implementation on business group.
- HR_ORGANIZATION_INFORMATION (synonym) — joined twice with outer joins (aliased PLE for the provider and RLE for the receiver) using the context 'OPERATING UNIT INFORMATION'. These joins retrieve ORG_INFORMATION2, which is defaulted to '-99' where no row exists, and is exposed as the provider and receiver legal entity identifiers.
- PA_CROSS_BUSINESS_GRP (package) — a packaged function, ISCROSSBGPROFILE, is called inside the WHERE clause to determine whether cross-business-group cross-charging is enabled. When the profile returns 'N', the provider and receiver business groups must match; when it returns 'Y', the business group equality predicate is bypassed.
The join structure therefore enforces two independent conditions: the business group compatibility rule expressed through the package call, and the operating unit information lookups performed through the HR organization information joins.
Key Columns
The view exposes nineteen columns, which can be grouped as follows:
- PRVDR_ORG_ID / RECVR_ORG_ID — the provider and receiver operating unit identifiers, mapping to IMP.ORG_ID and IALL.ORG_ID.
- BUSINESS_GROUP_ID / RECVR_BUSINESS_GROUP_ID — the provider and receiver business group identifiers used by the cross-business-group predicate.
- SET_OF_BOOKS_ID / PA_PERIOD_TYPE — ledger and period type of the receiving organization.
- PRVDR_LEGAL_ENTITY_ID / RECVR_LEGAL_ENTITY_ID — derived from HR_ORGANIZATION_INFORMATION.ORG_INFORMATION2, with NVL defaulting to '-99'.
- PROJ_ORG_STRUCTURE_VERSION_ID, PROJ_ORG_STRUCTURE_ID, PROJ_START_ORG_ID — project organization structure identifiers for the receiving organization.
- EXP_ORG_STRUCTURE_VERSION_ID, EXP_ORG_STRUCTURE_ID, EXP_START_ORG_ID — expenditure organization structure identifiers for the receiving organization.
- ORG_STRUCTURE_VERSION_ID, ORGANIZATION_STRUCTURE_ID, START_ORGANIZATION_ID — the generic organization structure identifiers for the receiving implementation.
- PRVDR_CC_ALLOW_IU_FLAG / RECVR_CC_ALLOW_IU_FLAG — the cross-charge allowed for internal usage flags for the provider and receiver, respectively; both sides must be compatible for cross-charging to be permitted.
Common Use Cases and Queries
Typical uses include reporting on valid cross-charge combinations, validating source operating units during cross-charge batch processing, and driving integrations that must respect configured cross-charge relationships. A representative query lists all cross-chargeable receivers for a given provider:
SELECT prvdr_org_id, recvr_org_id, pr vdr_cc_allow_iu_flag, recvr_cc_allow_iu_flag FROM pa_cross_chargeable_ou_base_v WHERE prvdr_org_id = :provider_org_id;- Reporting inventory of enabled combinations:
SELECT prvdr_org_id, recvr_org_id, set_of_books_id, pa_period_type FROM pa_cross_chargeable_ou_base_v ORDER BY prvdr_org_id, recvr_org_id; - Verifying a specific provider/receiver pair before processing:
SELECT COUNT(*) FROM pa_cross_chargeable_ou_base_v WHERE prvdr_org_id = :p AND recvr_org_id = :r AND recvr_cc_allow_iu_flag = 'Y';
Because the view relies on the PA_CROSS_BUSINESS_GRP package profile and current PA implementation rows, callers should treat the result as configuration-dependent. Oracle Proprietary, Confidential Information — Legal Notices apply to all use of this object.
-
View: PA_CROSS_CHARGEABLE_OU_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_BASE_V, object_name:PA_CROSS_CHARGEABLE_OU_BASE_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_BASE_V ,
-
View: PA_CROSS_CHARGEABLE_OU_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_BASE_V, object_name:PA_CROSS_CHARGEABLE_OU_BASE_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_BASE_V ,
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_V
12.1.1
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_V
12.2.2
-
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_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 ,
-
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,
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_BASE_V, object_name:PA_CROSS_CHARGEABLE_OU_BASE_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_CROSS_CHARGEABLE_OU_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CROSS_CHARGEABLE_OU_BASE_V, object_name:PA_CROSS_CHARGEABLE_OU_BASE_V, status:VALID,
-
PACKAGE: APPS.PA_CROSS_BUSINESS_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_CROSS_BUSINESS_GRP, status:VALID,
-
PACKAGE: APPS.PA_CROSS_BUSINESS_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_CROSS_BUSINESS_GRP, 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,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2