[Home] [Help]
[Dependency Information]
| Object Name: | XTR_SOURCE_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_SOURCE_TYPES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE_ID | NUMBER | (15) | Yes | Source type identifier |
| SOURCE_CODE | VARCHAR2 | (30) | Yes | Code used to identify the source. The application short name (AP, AR, XTR) is provided for Oracle E-business applications. |
| SUB_SOURCE_CODE | VARCHAR2 | (30) | Code used to further identify the source. | |
| INSTRUMENT_ITEM_CATEGORY | VARCHAR2 | (30) | Yes | Financial instrument and exposure item category associated with the source. It determines which hedge type can be used. |
| INSTRUMENT_ITEM_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the source can be used as hedge instrument or hedge item. |
| 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 | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE_ID
, SOURCE_CODE
, SUB_SOURCE_CODE
, INSTRUMENT_ITEM_CATEGORY
, INSTRUMENT_ITEM_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM XTR.XTR_SOURCE_TYPES;
XTR.XTR_SOURCE_TYPES does not reference any database object
XTR.XTR_SOURCE_TYPES is referenced by following:
XTR
XTR_SOURCE_TYPES#
|
|
|
|