[Home] [Help]
[Dependency Information]
| Object Name: | PA_CINT_EXP_TYPE_EXCL_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_CINT_EXP_TYPE_EXCL_ALL
|
| Subobject Name: | |
| Status: | VALID |
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
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_CINT_EXP_TYPE_EXCL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IND_COST_CODE
EXPENDITURE_TYPE
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IND_COST_CODE | VARCHAR2 | (30) | Yes | Interest Rate Code |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | Expenditure type to be excluded form the Interest Calculation |
| 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
, EXPENDITURE_TYPE
, ORG_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_CINT_EXP_TYPE_EXCL_ALL;
PA.PA_CINT_EXP_TYPE_EXCL_ALL does not reference any database object
PA.PA_CINT_EXP_TYPE_EXCL_ALL is referenced by following:
PA
PA_CINT_EXP_TYPE_EXCL_ALL#
|
|
|
|