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


TABLE: GML.OP_SHIP_MST

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


OP_SHIP_MST holds the Carrier (shipper) codes . A database trigger takes information from this table and populates carrier tables in Oracle Receivables. Since Oracle Receivables accepts a larger Carrier Code than OPM, the Carrier description is used to derive a 4-byte Carrier Code referenced/used in OPM.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_SHIP_MST01 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOF_SHIPPER_CODE
OP_SHIP_MST_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSHIPPER_CODE
Columns
Name Datatype Length Mandatory Comments
SHIPPER_CODE VARCHAR2 (4) Yes Unique identifier of carrier (shipper).
SHIPPER_NAME VARCHAR2 (40) Yes Name of carrier (shipper).
ADDR_ID NUMBER (10)
Pointer to sy_addr_mst which contains address of carrier (shipper).
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
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
OF_SHIPPER_CODE VARCHAR2 (25) Yes Shipper code from Oracle Financials corresponding to this shipper code
Query Text

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


SELECT SHIPPER_CODE
,      SHIPPER_NAME
,      ADDR_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
,      OF_SHIPPER_CODE
FROM GML.OP_SHIP_MST;

Dependencies

[top of page]

GML.OP_SHIP_MST does not reference any database object

GML.OP_SHIP_MST is referenced by following:

SchemaAPPS
SynonymOP_SHIP_MST