[Home] [Help]
[Dependency Information]
Object Name: | GME_TEXT_HEADER |
---|---|
Object Type: | TABLE |
Owner: | GME |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Master table for creation and storage of text codes associated with Process Execution tables.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TEXT_CODE | NUMBER | (10) | Yes | Surrogate key for the record. ID which joins any rows of text in this table to the Text Table |
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 GME.GME_TEXT_HEADER;
GME.GME_TEXT_HEADER does not reference any database object
GME.GME_TEXT_HEADER is referenced by following:
|
|
|