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


TABLE: GMP.CR_SQDS_TBL

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


Sequence-dependent setup table. Used to define additional setup time
required for an operation when items or sequence-dependent classes
are processed in a certain sequence.
KAREN THEEL: 02/13/98 Used mainly for information only.
The table is never used as in a FK relationship
so it is not a problem that it doesn't have a Pk.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CR_SQDS_TBL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPRN_ID
ColumnFROM_ITEM_ID
ColumnTO_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
OPRN_ID NUMBER
Yes Surrogate key for the operation for which additional setup time is required.
FROM_ITEM_ID NUMBER
Yes The first item to be processed in the sequence.
TO_ITEM_ID NUMBER
Yes The second item to be processed in the sequence
FROM_ITEM_CLASS VARCHAR2 (8) Yes The first sequence-dependent class to be processed.
TO_ITEM_CLASS VARCHAR2 (8) Yes The second sequence-dependent class to be processed.
SETUP_TIME NUMBER
Yes The additional setup time required when the second item is taken for processing
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
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
FROM_CATEGORY_ID NUMBER

Category Id for FROM_CLASS
TO_CATEGORY_ID NUMBER

Category Id for TO_CLASS
Query Text

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


SELECT OPRN_ID
,      FROM_ITEM_ID
,      TO_ITEM_ID
,      FROM_ITEM_CLASS
,      TO_ITEM_CLASS
,      SETUP_TIME
,      TRANS_CNT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TEXT_CODE
,      FROM_CATEGORY_ID
,      TO_CATEGORY_ID
FROM GMP.CR_SQDS_TBL;

Dependencies

[top of page]

GMP.CR_SQDS_TBL does not reference any database object

GMP.CR_SQDS_TBL is referenced by following:

SchemaAPPS
SynonymCR_SQDS_TBL