[Home] [Help]
[Dependency Information]
| Object Name: | PA_CINT_RATE_INFO_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_CINT_RATE_INFO_ALL
|
| Subobject Name: | |
| Status: | VALID |
Stores information used to determine how capitalized interest is calculated for each operating unit
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_CINT_RATE_INFO_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IND_COST_CODE
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IND_COST_CODE | VARCHAR2 | (30) | Yes | Interest Rate Code |
| EXP_ORG_SOURCE | VARCHAR2 | (30) | Yes | The source of the expenditure organization to be used on capitalized interest transactions |
| THRESHOLD_AMT_TYPE | VARCHAR2 | (30) | The amount type used for defining thresholds | |
| BUDGET_TYPE_CODE | VARCHAR2 | (30) | Identifies the budget type on which threshold amounts are based | |
| FIN_PLAN_TYPE_ID | NUMBER | (15) | Identifies the financial plan type on which threshold amounts are based | |
| PROJ_AMT_THRESHOLD | NUMBER | Project amount threshold | ||
| TASK_AMT_THRESHOLD | NUMBER | Task amount threshold | ||
| PROJ_DURATION_THRESHOLD | NUMBER | Project duration threshold | ||
| TASK_DURATION_THRESHOLD | NUMBER | Task duration threshold | ||
| CURR_PERIOD_CONVENTION | VARCHAR2 | (30) | Yes | Determines how much of the current periods CIP amount is included in the capitalized interest calculation |
| INTEREST_CALCULATION_METHOD | VARCHAR2 | (30) | Yes | Indicates whether simple or compound interest is used during capitalized interest calculation |
| PERIOD_RATE_CODE | VARCHAR2 | (30) | Yes | Determine how interest amounts are prorated across General Ledger periods |
| ORG_ID | NUMBER | (15) | Operating unit ID | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT IND_COST_CODE
, EXP_ORG_SOURCE
, THRESHOLD_AMT_TYPE
, BUDGET_TYPE_CODE
, FIN_PLAN_TYPE_ID
, PROJ_AMT_THRESHOLD
, TASK_AMT_THRESHOLD
, PROJ_DURATION_THRESHOLD
, TASK_DURATION_THRESHOLD
, CURR_PERIOD_CONVENTION
, INTEREST_CALCULATION_METHOD
, PERIOD_RATE_CODE
, ORG_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_CINT_RATE_INFO_ALL;
PA.PA_CINT_RATE_INFO_ALL does not reference any database object
PA.PA_CINT_RATE_INFO_ALL is referenced by following:
PA
PA_CINT_RATE_INFO_ALL#
|
|
|
|