DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_CINT_RATE_INFO_ALL

Object Details
Object Name: PA_CINT_RATE_INFO_ALL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_CINT_RATE_INFO_ALL
Subobject Name:
Status: VALID


Stores information used to determine how capitalized interest is calculated for each operating unit


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CINT_RATE_INFO_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnIND_COST_CODE
ColumnORG_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_CINT_RATE_INFO_ALL does not reference any database object

PA.PA_CINT_RATE_INFO_ALL is referenced by following:

SchemaPA
ViewPA_CINT_RATE_INFO_ALL#