[Home] [Help]
[Dependency Information]
| Object Name: | PS_OPER_PCL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PS_OPER_PCL_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
USER_ID
PLANNING_CLASS
|
| 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 |
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;
GMP.PS_OPER_PCL does not reference any database object
GMP.PS_OPER_PCL is referenced by following:
GMP
PS_OPER_PCL#
|
|
|
|