[Home] [Help]
[Dependency Information]
| Object Name: | XTR_PRO_PARAM |
|---|---|
| Object Type: | TABLE |
| Owner: | XTR |
| FND Design Data: | XTR.XTR_PRO_PARAM
|
| Subobject Name: | |
| Status: | VALID |
XTR_PRO_PARAM table contains the system parameters settings. Each row defines one system parameter and its value.
This table corresponds to the System Parameter window.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XTR_PRO_PARAM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PARAM_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUDIT_INDICATOR | VARCHAR2 | (1) | Not currently used | |
| DESCRIPTION | VARCHAR2 | (250) | Treasury system parameter description | |
| PARAM_NAME | VARCHAR2 | (50) | Yes | Treasury system parameter name |
| PARAM_TYPE | VARCHAR2 | (7) | Treasury system parameter type | |
| PARAM_VALUE | VARCHAR2 | (50) | Treasury system parameter value | |
| UNIQUE_REF_NUM | NUMBER | Yes | Treasury system parameter identifier | |
| UPDATED_BY | VARCHAR2 | (30) | User who last updated this record | |
| UPDATED_ON | DATE | Date this record was last updated | ||
| CREATED_BY | VARCHAR2 | (30) | Yes | User who created this record |
| CREATED_ON | DATE | Yes | Date this record was created |
Cut, paste (and edit) the following text to query this object:
SELECT AUDIT_INDICATOR
, DESCRIPTION
, PARAM_NAME
, PARAM_TYPE
, PARAM_VALUE
, UNIQUE_REF_NUM
, UPDATED_BY
, UPDATED_ON
, CREATED_BY
, CREATED_ON
FROM XTR.XTR_PRO_PARAM;
XTR.XTR_PRO_PARAM does not reference any database object
XTR.XTR_PRO_PARAM is referenced by following:
APPS
XTR_AU_PRO_PARAM_T
XTR_PRO_PARAM
|
|
|
|