[Home] [Help]
[Dependency Information]
| Object Name: | SY_TEXT_HDR |
|---|---|
| Object Type: | TABLE |
| Owner: | GMA |
| FND Design Data: | GMA.SY_TEXT_HDR
|
| Subobject Name: | |
| Status: | VALID |
Master table for creation and storage of OPM text codes associated with GMA tables.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SY_TEXT_HDR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEXT_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEXT_CODE | NUMBER | (10) | Yes | Surrogate key for this record. ID which joins any rows of text in this table to the Text Table for this Module |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_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 TEXT_CODE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATE_LOGIN
FROM GMA.SY_TEXT_HDR;
GMA.SY_TEXT_HDR does not reference any database object
GMA.SY_TEXT_HDR is referenced by following:
APPS
SY_TEXT_HDR
|
|
|
|