[Home] [Help]
[Dependency Information]
| Object Name: | XTR_SETTLEMENT_CATEGORIES |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_SETTLEMENT_CATEGORIES
|
| Subobject Name: | |
| Status: | VALID |
XTR_SETTLEMENT_CATEGORIES contains settlement category information. Each row corresponds to one settlement category and contains a description of that category. Settlement categories are used to organize settlement actions. A settlement action is assigned to a counterparty as needed and it is used to settle short term money deals.
This table corresponds to the Category region on Default Settlement Actions window.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DESCRIPTION | VARCHAR2 | (25) | Yes | Settlement category description |
| SETTLEMENT_CATEGORY | VARCHAR2 | (7) | Yes | Settlement category |
Cut, paste (and edit) the following text to query this object:
SELECT DESCRIPTION
, SETTLEMENT_CATEGORY
FROM XTR.XTR_SETTLEMENT_CATEGORIES;
XTR.XTR_SETTLEMENT_CATEGORIES does not reference any database object
XTR.XTR_SETTLEMENT_CATEGORIES is referenced by following:
XTR
XTR_SETTLEMENT_CATEGORIES#
|
|
|
|