DBA Data[Home] [Help] [Dependency Information]


TABLE: GML.PO_TEXT_HDR

Object Details
Object Name: PO_TEXT_HDR
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.PO_TEXT_HDR
Subobject Name:
Status: VALID


PO_TEXT_HDR table contains the unique text codes which have been assigned to link text in the translated text table (PO_TEXT_TBL_TL) to the tables in the Purchasing application.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_TEXT_HDR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEXT_CODE
Columns
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 for this Module
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TEXT_CODE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
FROM GML.PO_TEXT_HDR;

Dependencies

[top of page]

GML.PO_TEXT_HDR does not reference any database object

GML.PO_TEXT_HDR is referenced by following:

SchemaGML
ViewPO_TEXT_HDR#