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


TABLE: GML.OP_PORT_MST

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


Shipping/receiving ports are established in this table. Port names are used in both Order Entry/Shipping and Receiving.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_PORT_MST_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPORT_CODE
Columns
Name Datatype Length Mandatory Comments
PORT_CODE VARCHAR2 (8) Yes Uniquely identifies port.
PORT_DESC VARCHAR2 (70) Yes Description of port.
ADDR_ID NUMBER (10)
Port address; fk to sy_addr_mst.
PORT_COMMENT VARCHAR2 (70) Yes Freeform text/comments.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
TRANS_CNT NUMBER (10)
Not currently used
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
Query Text

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


SELECT PORT_CODE
,      PORT_DESC
,      ADDR_ID
,      PORT_COMMENT
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      TEXT_CODE
,      DELETE_MARK
FROM GML.OP_PORT_MST;

Dependencies

[top of page]

GML.OP_PORT_MST does not reference any database object

GML.OP_PORT_MST is referenced by following:

SchemaAPPS
SynonymOP_PORT_MST