[Home] [Help]
[Dependency Information]
| Object Name: | OP_COMM_CDS |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_COMM_CDS
|
| Subobject Name: | |
| Status: | VALID |
This table contains commission codes paired with sales reps. One commission code can be assigned to multiple sales reps and vice versa. The EVENT_ALLOC should differ for each unique combination of commission code/sales rep.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_COMM_CDS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
COMMISSION_CODE
SLSREP_CODE
COMMISSION_EVENT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMMISSION_CODE | VARCHAR2 | (8) | Yes | Code which uniquely identifies a commission structure. |
| SLSREP_CODE | VARCHAR2 | (8) | Yes | The sales rep assigned to this commission structure. Several sales reps can be assigned to the same commission code. |
| COMMISSION_EVENT | NUMBER | (5) | Yes | Identifies a commission event,i.e., Shipping, cash receipt, etc. |
| EVENT_ALLOC | NUMBER | Yes | The percent of the sale assigned to this sales rep and commission event. Valid vaues are 0 > x <=1. | |
| COMMENTS | VARCHAR2 | (70) | Freeform text, comments. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_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 COMMISSION_CODE
, SLSREP_CODE
, COMMISSION_EVENT
, EVENT_ALLOC
, COMMENTS
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
FROM GML.OP_COMM_CDS;
GML.OP_COMM_CDS does not reference any database object
GML.OP_COMM_CDS is referenced by following:
GML
OP_COMM_CDS#
|
|
|
|