[Home] [Help]
[Dependency Information]
| Object Name: | OKL_TRX_SUBSIDY_POOLS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_TRX_SUBSIDY_POOLS
|
| Subobject Name: | |
| Status: | VALID |
This entity holds subsidy pool transaction information for Lease Contract, Lease Quote, Lease Application and Lease Opportunity
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_TRX_SUBSIDY_POOLS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Unique identifier of the subsidy pool transaction record | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number |
| TRX_TYPE_CODE | VARCHAR2 | (30) | Yes | Lookup code that holds that transaction type. Valid values are ADDITION, REDUCTION |
| SOURCE_TYPE_CODE | VARCHAR2 | (30) | Yes | Lookup code holding the type of the object against which the transaction is recorded. Valid values are lookup codes of the lookup type OKL_SUB_POOL_TRX_SOURCE_TYPE |
| SOURCE_OBJECT_ID | NUMBER | Yes | Unique identifier of the object for which the pool transaction is being recorded | |
| SUBSIDY_POOL_ID | NUMBER | Yes | Identifier of the Subsidy Pool for which the pool transaction is being recorded | |
| DNZ_ASSET_NUMBER | VARCHAR2 | (150) | Asset Number of the subsidy | |
| VENDOR_ID | NUMBER | Vendor identifier of the Subsidy participating in the Subsidy Pool | ||
| SOURCE_TRX_DATE | DATE | Date on which the source transaction is recorded. For example, when a Contract is revised, the rebook date is the source transaction date. | ||
| TRX_DATE | DATE | Date of the transaction. | ||
| SUBSIDY_ID | NUMBER | Unique identifier of the subsidy that is asociated with the subsidy pool | ||
| TRX_REASON_CODE | VARCHAR2 | (30) | Holds lookup code for a transaction reason. Valid values are lookup codes of lookup type OKL_SUB_POOL_TRX_REASON_TYPE | |
| TRX_CURRENCY_CODE | VARCHAR2 | (15) | Holds currency code value of the source object | |
| TRX_AMOUNT | NUMBER | Transaction amount in the source object currency | ||
| SUBSIDY_POOL_CURRENCY_CODE | VARCHAR2 | (15) | Currency code of the Subsidy Pool | |
| SUBSIDY_POOL_AMOUNT | NUMBER | Transaction amount in Subsidy Pool currency | ||
| CONVERSION_RATE | NUMBER | Rate of conversion between the source object currency and subsidy pool currency | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flexfield category column | |
| ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flexfield column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, OBJECT_VERSION_NUMBER
, TRX_TYPE_CODE
, SOURCE_TYPE_CODE
, SOURCE_OBJECT_ID
, SUBSIDY_POOL_ID
, DNZ_ASSET_NUMBER
, VENDOR_ID
, SOURCE_TRX_DATE
, TRX_DATE
, SUBSIDY_ID
, TRX_REASON_CODE
, TRX_CURRENCY_CODE
, TRX_AMOUNT
, SUBSIDY_POOL_CURRENCY_CODE
, SUBSIDY_POOL_AMOUNT
, CONVERSION_RATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKL.OKL_TRX_SUBSIDY_POOLS;
OKL.OKL_TRX_SUBSIDY_POOLS does not reference any database object
OKL.OKL_TRX_SUBSIDY_POOLS is referenced by following:
OKL
OKL_TRX_SUBSIDY_POOLS#
|
|
|
|