Search Results pa_cint_exp_type_excl_all
Overview
The PA_CINT_EXP_TYPE_EXCL_ALL table is a core data structure within the Oracle E-Business Suite Projects module (PA). It plays a critical role in the system's capitalized interest calculation functionality. Specifically, this table stores configuration rules that define which project expenditure types are to be excluded from capitalized interest computations. These exclusions are defined per operating unit and are linked to specific interest rate codes, enabling precise financial control. By excluding certain costs—such as those not considered part of the asset's acquisition or construction—organizations ensure their capitalized interest calculations comply with relevant accounting standards and internal policies.
Key Information Stored
The table's primary function is to maintain the relationship between an operating unit, an interest rate code, and an excluded expenditure type. While the full column list is not detailed in the provided metadata, the foreign key relationships indicate its essential data components. The key columns include ORG_ID, which identifies the operating unit from HR_ALL_ORGANIZATION_UNITS; EXPENDITURE_TYPE, which references the excluded cost type from PA_EXPENDITURE_TYPES; and IND_COST_CODE, which links to an interest rate code in PA_IND_COST_CODES. A typical record signifies that for a given ORG_ID and IND_COST_CODE, any project cost incurred with the specified EXPENDITURE_TYPE will be omitted from the capitalized interest calculation.
Common Use Cases and Queries
The primary use case is the review and maintenance of capitalized interest rules by project accountants or financial controllers. A common operational query involves listing all excluded expenditure types for a specific operating unit and interest rate to validate configuration. For example: SELECT exp.expenditure_type, cc.ind_cost_code FROM pa_cint_exp_type_excl_all excl, pa_expenditure_types exp, pa_ind_cost_codes cc WHERE excl.expenditure_type = exp.expenditure_type AND excl.ind_cost_code = cc.ind_cost_code AND excl.org_id = 123;. Reporting use cases often involve joining this table to project transaction data (e.g., PA_EXPENDITURES) to identify which costs were excluded from a period's capitalized interest calculation for audit purposes.
Related Objects
PA_CINT_EXP_TYPE_EXCL_ALL is centrally connected to several master and configuration tables via foreign key constraints, as documented. The key relationships are:
- PA_IND_COST_CODES: Joined via
PA_CINT_EXP_TYPE_EXCL_ALL.IND_COST_CODE. This table defines the interest rate codes used for capitalization. - PA_EXPENDITURE_TYPES: Joined via
PA_CINT_EXP_TYPE_EXCL_ALL.EXPENDITURE_TYPE. This is the master list of all valid expenditure types in the Projects module. - HR_ALL_ORGANIZATION_UNITS: Joined via
PA_CINT_EXP_TYPE_EXCL_ALL.ORG_ID. This table stores all operating units within the enterprise, providing the organizational context for the exclusion rule.
-
Table: PA_CINT_EXP_TYPE_EXCL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL_ALL, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID, product: PA - Projects , description: Stores expenditure type exclusions by interest rate code for each operating unit. Cost associated with each expenditure type is excluded from the capitalized interest calculation , implementation_dba_data: PA.PA_CINT_EXP_TYPE_EXCL_ALL ,
-
Table: PA_CINT_EXP_TYPE_EXCL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL_ALL, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID, product: PA - Projects , description: Stores expenditure type exclusions by interest rate code for each operating unit. Cost associated with each expenditure type is excluded from the capitalized interest calculation , implementation_dba_data: PA.PA_CINT_EXP_TYPE_EXCL_ALL ,
-
APPS.PA_CINT_RATE_PKG dependencies on PA_CINT_EXP_TYPE_EXCL_ALL
12.2.2
-
APPS.PA_CINT_RATE_PKG dependencies on PA_CINT_EXP_TYPE_EXCL_ALL
12.1.1
-
APPS.PA_CINT_RATE_PKG SQL Statements
12.2.2
-
VIEW: PA.PA_CINT_EXP_TYPE_EXCL_ALL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_CINT_EXP_TYPE_EXCL_ALL#, status:VALID,
-
VIEW: PA.PA_CINT_EXP_TYPE_EXCL_ALL#
12.2.2
-
SYNONYM: APPS.PA_CINT_EXP_TYPE_EXCL_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID,
-
SYNONYM: APPS.PA_CINT_EXP_TYPE_EXCL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID,
-
VIEW: APPS.PA_CINT_EXP_TYPE_EXCL
12.1.1
-
VIEW: APPS.PA_CINT_EXP_TYPE_EXCL
12.2.2
-
APPS.PA_CINT_RATE_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_CINT_RATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CINT_RATE_PKG, status:VALID,
-
TABLE: PA.PA_CINT_EXP_TYPE_EXCL_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL_ALL, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID,
-
TABLE: PA.PA_CINT_EXP_TYPE_EXCL_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL_ALL, object_name:PA_CINT_EXP_TYPE_EXCL_ALL, status:VALID,
-
PACKAGE BODY: APPS.PA_CINT_RATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CINT_RATE_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.PA_CINT_RATE_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_CINT_RATE_PKG
12.2.2
-
View: PA_CINT_EXP_TYPE_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL, object_name:PA_CINT_EXP_TYPE_EXCL, status:VALID, product: PA - Projects , description: This is a single org view created for Form , implementation_dba_data: APPS.PA_CINT_EXP_TYPE_EXCL ,
-
View: PA_CINT_EXP_TYPE_EXCL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL, object_name:PA_CINT_EXP_TYPE_EXCL, status:VALID, product: PA - Projects , description: This is a single org view created for Form , implementation_dba_data: APPS.PA_CINT_EXP_TYPE_EXCL ,
-
VIEW: APPS.PA_CINT_EXP_TYPE_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL, object_name:PA_CINT_EXP_TYPE_EXCL, status:VALID,
-
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 ,
-
VIEW: APPS.PA_CINT_EXP_TYPE_EXCL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_EXP_TYPE_EXCL, object_name:PA_CINT_EXP_TYPE_EXCL, status:VALID,
-
VIEW: APPS.PA_CINT_TXN_DETAILS_V
12.1.1
-
VIEW: APPS.PA_CINT_TXN_DETAILS_V
12.2.2
-
VIEW: APPS.PA_CINT_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_TXN_DETAILS_V, object_name:PA_CINT_TXN_DETAILS_V, status:VALID,
-
VIEW: APPS.PA_CINT_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_TXN_DETAILS_V, object_name:PA_CINT_TXN_DETAILS_V, status:VALID,
-
View: PA_CINT_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_TXN_DETAILS_V, object_name:PA_CINT_TXN_DETAILS_V, status:VALID, product: PA - Projects , description: This is an Internal view created for Generate Capitalized interest Transaction process , implementation_dba_data: APPS.PA_CINT_TXN_DETAILS_V ,
-
Table: PA_EXPENDITURE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
Table: PA_EXPENDITURE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
View: PA_CINT_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CINT_TXN_DETAILS_V, object_name:PA_CINT_TXN_DETAILS_V, status:VALID, product: PA - Projects , description: This is an Internal view created for Generate Capitalized interest Transaction process , implementation_dba_data: APPS.PA_CINT_TXN_DETAILS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1