[Home] [Help]
[Dependency Information]
| Object Name: | OP_CUST_CLS |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_CUST_CLS
|
| Subobject Name: | |
| Status: | VALID |
This table contains the definition for Customer Classes. These classes are assigned to customers for use in grouping customers for reporting purposes.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_CUST_CLS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
CUST_CLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUST_CLASS | VARCHAR2 | (8) | Yes | Customer class. Can be assigned to a customer in op_cust_mst for grouping customers for reporting purposes. |
| CUST_CLASS_DESC | VARCHAR2 | (70) | Yes | Description of customer class. |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module |
Cut, paste (and edit) the following text to query this object:
SELECT CUST_CLASS
, CUST_CLASS_DESC
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
FROM GML.OP_CUST_CLS;
GML.OP_CUST_CLS does not reference any database object
GML.OP_CUST_CLS is referenced by following:
APPS
OP_CUST_CLS
|
|
|
|