Search Results pa_cint_rate_multipliers
Overview
The PA_CINT_RATE_MULTIPLIERS table is a core data repository within the Oracle E-Business Suite Projects (PA) module, specifically supporting the Capitalized Interest (CINT) functionality. Its primary role is to store denormalized, compiled data from capitalized interest schedule revisions. This compiled data, which includes calculated multipliers, is directly utilized by the system's engine during the automated calculation and generation of capitalized interest journal transactions. The table acts as a critical intermediary, holding the processed rate information ready for application to project expenditures, thereby enabling the proper accounting treatment of interest as a capitalizable cost in compliance with relevant accounting standards.
Key Information Stored
The table's structure centers on linking schedule revisions to specific organizations and rate definitions, storing the resultant multipliers. Key columns, as indicated by its foreign key relationships, include IND_RATE_SCH_REVISION_ID, which ties the record to a specific revision in PA_IND_RATE_SCH_REVISIONS. The ORGANIZATION_ID links to HR_ALL_ORGANIZATION_UNITS, enforcing business group or operating unit context. The IND_RATE_SCH_ID references the master schedule in PA_IND_RATE_SCHEDULES_ALL_BG, while RATE_NAME points to a specific rate code within PA_IND_COST_CODES. The table also tracks the process that populated it via REQUEST_ID (linking to FND_CONCURRENT_REQUESTS) and PROGRAM_APPLICATION_ID (linking to FND_APPLICATION). The central data point is the multiplier value itself, which is applied to a base rate during transaction generation.
Common Use Cases and Queries
The primary use case is the backend processing of capitalized interest. Following the compilation of a rate schedule revision, this table is populated. System processes then query it to determine the correct multiplier for a given organization, rate name, and effective period. Common queries involve auditing the multipliers in effect for a specific schedule or troubleshooting calculation discrepancies. A typical analytical query might join to related tables to list compiled rates.
SELECT pcrm.rate_name,
pcrm.multiplier,
hou.name organization_name,
pairs.revision_num
FROM pa.pa_cint_rate_multipliers pcrm,
hr.hr_all_organization_units hou,
pa.pa_ind_rate_sch_revisions pairs
WHERE pcrm.organization_id = hou.organization_id
AND pcrm.ind_rate_sch_revision_id = pairs.ind_rate_sch_revision_id
AND pairs.ind_rate_sch_id = 12345;
Related Objects
- PA_IND_RATE_SCH_REVISIONS: The source of the revision data stored denormalized in this table.
- PA_IND_RATE_SCHEDULES_ALL_BG: The master definition of the indirect rate schedule.
- PA_IND_COST_CODES: Defines the valid rate names (cost codes) that can be associated with a multiplier.
- HR_ALL_ORGANIZATION_UNITS: Provides the organization context for the multiplier.
- FND_CONCURRENT_REQUESTS: Tracks the concurrent request that populated the table records.
-
Table: PA_CINT_RATE_MULTIPLIERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_RATE_MULTIPLIERS, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID, product: PA - Projects , description: Stores complied capitalized interest schedule revisions, denormalized by revision, organization and rate name. The multipliers in this table are used during the calculation and generation of Capitalized Interest transactions. , implementation_dba_data: PA.PA_CINT_RATE_MULTIPLIERS ,
-
Table: PA_CINT_RATE_MULTIPLIERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_RATE_MULTIPLIERS, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID, product: PA - Projects , description: Stores complied capitalized interest schedule revisions, denormalized by revision, organization and rate name. The multipliers in this table are used during the calculation and generation of Capitalized Interest transactions. , implementation_dba_data: PA.PA_CINT_RATE_MULTIPLIERS ,
-
APPS.PA_CAPITALIZED_INTEREST dependencies on PA_CINT_RATE_MULTIPLIERS
12.2.2
-
APPS.PA_CAP_INT_PVT dependencies on PA_CINT_RATE_MULTIPLIERS
12.2.2
-
APPS.PA_CAP_INT_PVT dependencies on PA_CINT_RATE_MULTIPLIERS
12.1.1
-
APPS.PA_CAPITALIZED_INTEREST dependencies on PA_CINT_RATE_MULTIPLIERS
12.1.1
-
VIEW: PA.PA_CINT_RATE_MULTIPLIERS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_CINT_RATE_MULTIPLIERS#, status:VALID,
-
APPS.PA_CAPITALIZED_INTEREST SQL Statements
12.2.2
-
SYNONYM: APPS.PA_CINT_RATE_MULTIPLIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID,
-
SYNONYM: APPS.PA_CINT_RATE_MULTIPLIERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID,
-
VIEW: PA.PA_CINT_RATE_MULTIPLIERS#
12.2.2
-
APPS.PA_CAPITALIZED_INTEREST dependencies on PA_IND_COST_MULTIPLIERS
12.1.1
-
APPS.PA_CAPITALIZED_INTEREST SQL Statements
12.1.1
-
TABLE: PA.PA_CINT_RATE_MULTIPLIERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_RATE_MULTIPLIERS, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID,
-
APPS.PA_CAP_INT_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.2.2
-
APPS.PA_CAPITALIZED_INTEREST dependencies on FND_GLOBAL
12.2.2
-
APPS.PA_CAPITALIZED_INTEREST dependencies on FND_GLOBAL
12.1.1
-
Table: PA_IND_RATE_SCH_REVISIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCH_REVISIONS, object_name:PA_IND_RATE_SCH_REVISIONS, status:VALID, product: PA - Projects , description: Revisions within burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCH_REVISIONS ,
-
APPS.PA_CAPITALIZED_INTEREST dependencies on PA_IND_COST_MULTIPLIERS
12.2.2
-
TABLE: PA.PA_CINT_RATE_MULTIPLIERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_RATE_MULTIPLIERS, object_name:PA_CINT_RATE_MULTIPLIERS, status:VALID,
-
APPS.PA_CAP_INT_PVT dependencies on HR_ALL_ORGANIZATION_UNITS
12.1.1
-
Table: PA_IND_COST_CODES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_COST_CODES, object_name:PA_IND_COST_CODES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of burden costs , implementation_dba_data: PA.PA_IND_COST_CODES ,
-
Table: PA_IND_COST_CODES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_COST_CODES, object_name:PA_IND_COST_CODES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of burden costs , implementation_dba_data: PA.PA_IND_COST_CODES ,
-
Table: PA_IND_RATE_SCH_REVISIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCH_REVISIONS, object_name:PA_IND_RATE_SCH_REVISIONS, status:VALID, product: PA - Projects , description: Revisions within burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCH_REVISIONS ,
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_RATE_SCHEDULES_ALL_BG
12.1.1
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_RATE_SCHEDULES_ALL_BG
12.2.2
-
PACKAGE BODY: APPS.PA_CAPITALIZED_INTEREST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAPITALIZED_INTEREST, status:VALID,
-
PACKAGE BODY: APPS.PA_CAPITALIZED_INTEREST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAPITALIZED_INTEREST, status:VALID,
-
PACKAGE BODY: APPS.PA_CAP_INT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAP_INT_PVT, status:VALID,
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_COST_MULTIPLIERS
12.1.1
-
Table: PA_IND_RATE_SCHEDULES_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCHEDULES_ALL_BG, object_name:PA_IND_RATE_SCHEDULES_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCHEDULES_ALL_BG ,
-
Table: PA_IND_RATE_SCHEDULES_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_IND_RATE_SCHEDULES_ALL_BG, object_name:PA_IND_RATE_SCHEDULES_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined burden schedules , implementation_dba_data: PA.PA_IND_RATE_SCHEDULES_ALL_BG ,
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_COST_MULTIPLIERS
12.2.2
-
PACKAGE BODY: APPS.PA_CAP_INT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAP_INT_PVT, status:VALID,
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_RATE_SCH_REVISIONS
12.1.1
-
APPS.PA_CAP_INT_PVT dependencies on PA_IND_RATE_SCH_REVISIONS
12.2.2
-
APPS.PA_CAP_INT_PVT dependencies on PA_PROJECTS
12.1.1
-
APPS.PA_CAP_INT_PVT dependencies on PA_PROJECTS
12.2.2
-
PACKAGE BODY: APPS.PA_CAPITALIZED_INTEREST
12.2.2
-
PACKAGE BODY: APPS.PA_CAPITALIZED_INTEREST
12.1.1
-
APPS.PA_CAP_INT_PVT dependencies on DUAL
12.2.2
-
APPS.PA_CAP_INT_PVT dependencies on DUAL
12.1.1
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
APPS.PA_CAP_INT_PVT SQL Statements
12.1.1
-
APPS.PA_CAP_INT_PVT SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2