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


TABLE: GMP.CR_DOPR_TBL

Object Details
Object Name: CR_DOPR_TBL
Object Type: TABLE
Owner: GMP
FND Design Data: TableGMP.CR_DOPR_TBL
Subobject Name:
Status: VALID


Demand order priority table. Allows priority to be set on sales
orders for prioritization in Rhythm.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CR_DOPR_TBL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLINE_ID
Columns
Name Datatype Length Mandatory Comments
ORDER_ID NUMBER
Yes Surrogate key for a sales order.
LINE_ID NUMBER (10) Yes Surrogate key for a sales order line.
PRIORITY NUMBER
Yes Priority to be given to the sales order line. The lower the number, higher the priority.
TRANS_CNT NUMBER

Not currently used
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT ORDER_ID
,      LINE_ID
,      PRIORITY
,      TRANS_CNT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMP.CR_DOPR_TBL;

Dependencies

[top of page]

GMP.CR_DOPR_TBL does not reference any database object

GMP.CR_DOPR_TBL is referenced by following:

SchemaAPPS
SynonymCR_DOPR_TBL