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


TABLE: GMP.PS_OPER_PCL

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


Association table between operator codes and planning classes. Used
to limit the items that are displayed on MPS and MRP reports run by
the user.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PS_OPER_PCL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_ID
ColumnPLANNING_CLASS
Columns
Name Datatype Length Mandatory Comments
USER_ID NUMBER (15) Yes Surrogate key for the OPM user
PLANNING_CLASS VARCHAR2 (8) Yes Code for the planning class associated with the operator.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
TRANS_CNT NUMBER (10)
Not currently used
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
PLANNING_CATEGORY_ID NUMBER

Category Id for PLANNING_CLASS
Query Text

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


SELECT USER_ID
,      PLANNING_CLASS
,      TEXT_CODE
,      TRANS_CNT
,      DELETE_MARK
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PLANNING_CATEGORY_ID
FROM GMP.PS_OPER_PCL;

Dependencies

[top of page]

GMP.PS_OPER_PCL does not reference any database object

GMP.PS_OPER_PCL is referenced by following:

SchemaAPPS
SynonymPS_OPER_PCL