[Home] [Help]
[Dependency Information]
| Object Name: | OP_COMMISSION |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_COMMISSION
|
| Subobject Name: | |
| Status: | VALID |
This is the header table for commission codes and contains the unique values for commission codes. This table is maintained by the system when Commission Codes are established by the user.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_COMMISSION_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
COMMISSION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMMISSION_CODE | VARCHAR2 | (8) | Yes | Code which uniquely identifies a commission structure |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT COMMISSION_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM GML.OP_COMMISSION;
GML.OP_COMMISSION does not reference any database object
GML.OP_COMMISSION is referenced by following:
APPS
OP_COMMISSION
|
|
|
|