Search Results prvdr_org_id
Overview
The PA_CC_TP_SCHEDULE_LINE_LKP table is a denormalized lookup table within Oracle E-Business Suite Projects (PA) module. Its primary function is to enable high-performance retrieval of transfer price rules between specific provider and receiver organizations that are defined within a transfer price schedule. This table is a critical performance optimization component in the inter-organization cost processing architecture for Oracle Projects, particularly in versions 12.1.1 and 12.2.2. By storing pre-processed, denormalized data, it eliminates the need for complex, multi-table joins during real-time transaction processing, thereby accelerating the identification of the applicable transfer pricing rule for a given expenditure item or cost distribution.
Key Information Stored
The table's structure is designed to uniquely identify a transfer price rule based on key organizational and scheduling parameters. Its primary key constraint, PA_CC_TP_SCHEDULE_LINE_LKP_PK, enforces uniqueness on a combination of columns that define the rule's context. The most significant columns include TP_SCHEDULE_ID, which links to the master transfer price schedule, and the pairings of PRVDR_ORGANIZATION_ID with RECVR_ORGANIZATION_ID (or PRVDR_ORG_ID with RECVR_ORG_ID), which define the specific provider and receiver organization relationship. The START_DATE_ACTIVE column is crucial for determining the valid effective date of the pricing rule, allowing for historical and future-dated schedule management.
Common Use Cases and Queries
This table is primarily accessed during the cost collection and transfer price calculation processes. When an expenditure item is incurred in a provider organization and needs to be charged to a receiver organization, the application queries this lookup table to find the correct markup or pricing rule efficiently. A typical query pattern would involve filtering on the schedule, provider, receiver, and a specific transaction date to find the active rule.
- Sample Query: SELECT * FROM pa.pa_cc_tp_schedule_line_lkp WHERE tp_schedule_id = :p_sched_id AND prvdr_organization_id = :p_org_id AND recvr_organization_id = :r_org_id AND :p_trx_date BETWEEN start_date_active AND NVL(end_date_active, :p_trx_date);
- Reporting Use Case: Generating a summary report of all active transfer price relationships defined across schedules for audit or reconciliation purposes.
- Data Validation: Scripts to identify orphaned lookup records or duplicate active rules for the same organization pair within a schedule.
Related Objects
The PA_CC_TP_SCHEDULE_LINE_LKP table has a direct foreign key relationship with the master transfer price schedule table, as documented in the provided metadata. This relationship is fundamental to its integrity and function.
- PA_CC_TP_SCHEDULES_BG: This is the primary parent table. The foreign key from PA_CC_TP_SCHEDULE_LINE_LKP.TP_SCHEDULE_ID references the primary key in PA_CC_TP_SCHEDULES_BG. This ensures that every lookup record is associated with a valid, high-level transfer price schedule.
While not explicitly listed in the provided excerpt, this lookup table is logically related to the detailed transfer price schedule lines table (typically named like PA_CC_TP_SCHEDULE_LINES) from which its denormalized data is sourced, and to the core transaction tables in Projects (PA_EXPENDITURE_ITEMS_ALL) and Cost Management (CST_CC_COST_DTLS) that consume its data during cost processing.
-
Table: PA_CC_TP_SCHEDULE_LINE_LKP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULE_LINE_LKP, object_name:PA_CC_TP_SCHEDULE_LINE_LKP, status:VALID, product: PA - Projects , description: Denormalized data defined for faster processing in finding the transfer price rule between organizations within a transfer price schedule. , implementation_dba_data: PA.PA_CC_TP_SCHEDULE_LINE_LKP ,
-
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: PA_XCHARGE_PROJECT_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XCHARGE_PROJECT_TYPES_V, object_name:PA_XCHARGE_PROJECT_TYPES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XCHARGE_PROJECT_TYPES_V ,
-
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 ,
-
View: PA_XCHARGE_PROJECT_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XCHARGE_PROJECT_TYPES_V, object_name:PA_XCHARGE_PROJECT_TYPES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XCHARGE_PROJECT_TYPES_V ,
-
Table: PA_CC_TP_SCHEDULE_LINE_LKP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_TP_SCHEDULE_LINE_LKP, object_name:PA_CC_TP_SCHEDULE_LINE_LKP, status:VALID, product: PA - Projects , description: Denormalized data defined for faster processing in finding the transfer price rule between organizations within a transfer price schedule. , implementation_dba_data: PA.PA_CC_TP_SCHEDULE_LINE_LKP ,
-
View: PA_ALLOC_TARGET_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_PROJ_V, object_name:PA_ALLOC_TARGET_PROJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_PROJ_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_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_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: 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_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: PA_ALLOC_TARGET_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_PROJ_V, object_name:PA_ALLOC_TARGET_PROJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_PROJ_V ,
-
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_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: 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_EXPEND_ITEMS_ADJUST_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_ALL_V, object_name:PA_EXPEND_ITEMS_ADJUST_ALL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_ALL_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_V ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST_V, object_name:PA_EXPEND_ITEMS_ADJUST_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ONLINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ONLINE_V, object_name:PA_EXPENDITURE_ITEMS_ONLINE_V, status:VALID, product: PA - Projects , description: This view shows all expenditure items , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ONLINE_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,