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


TABLE: GML.OP_FRGT_MTH

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


OP_FRGT_MTH holds all the Freight bill method codes . A database trigger takes information from this table and populates Freight Terms tables in Oracle Receivables. Since Oracle Receivables accepts a larger Freight Bill Method Code than OPM, the Freight Bill Method description is used to derive a 4-byte Freight Bill Method Code referenced/used in OPM.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_FRGT_MTH01 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOF_FRTBILL_MTHD
OP_FRGT_MTH_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFRTBILL_MTHD
Columns
Name Datatype Length Mandatory Comments
FRTBILL_MTHD VARCHAR2 (4) Yes Code to uniquely identify freight bill method.
FRTBILL_DESC VARCHAR2 (40) Yes Description of freight bill method.
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATED_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
OF_FRTBILL_MTHD VARCHAR2 (25) Yes Refers to the Freight Bill Method in Oracle Applications
Query Text

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


SELECT FRTBILL_MTHD
,      FRTBILL_DESC
,      DELETE_MARK
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      TEXT_CODE
,      OF_FRTBILL_MTHD
FROM GML.OP_FRGT_MTH;

Dependencies

[top of page]

GML.OP_FRGT_MTH does not reference any database object

GML.OP_FRGT_MTH is referenced by following:

SchemaAPPS
SynonymOP_FRGT_MTH