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


TABLE: GML.OP_COMM_CDS

Object Details
Object Name: OP_COMM_CDS
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_COMM_CDS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCOMMISSION_CODE
ColumnSLSREP_CODE
ColumnCOMMISSION_EVENT
Columns
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
Query Text

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;

Dependencies

[top of page]

GML.OP_COMM_CDS does not reference any database object

GML.OP_COMM_CDS is referenced by following:

SchemaGML
ViewOP_COMM_CDS#