[Home] [Help]
[Dependency Information]
| Object Name: | OKC_K_SALES_CREDITS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_K_SALES_CREDITS
|
| Subobject Name: | |
| Status: | VALID |
Records sales credits for the sale of services in a service contract.
Functions in the same manner as sales credits in Order Management.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_K_SALES_CREDITS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| OKC_K_SALES_CREDITS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DNZ_CHR_ID
CLE_ID
|
| OKC_K_SALES_CREDITS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SALESREP_ID1
SALESREP_ID2
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Surrogate key used for primary unique identifiers | |
| DNZ_CHR_ID | NUMBER | Yes | Foreign Key: Maps to id in OKC_K_HEADERS_B table | |
| PERCENT | NUMBER | (5) | Yes | The pecentage of the sales credit type the sales rep is to receive |
| CHR_ID | NUMBER | Contract header id. | ||
| CLE_ID | NUMBER | Contract line id - the service being sold | ||
| SALESREP_ID1 | VARCHAR2 | (40) | Yes | ID1 for the sales representative |
| SALESREP_ID2 | VARCHAR2 | (40) | ID2 for the sales representative | |
| SALES_CREDIT_TYPE_ID1 | VARCHAR2 | (40) | Yes | First part of foreign key to OKX_SALES_CRED_TYPES_V |
| SALES_CREDIT_TYPE_ID2 | VARCHAR2 | (40) | Yes | First part of foreign key to OKX_SALES_CRED_TYPES_V |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| 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. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, DNZ_CHR_ID
, PERCENT
, CHR_ID
, CLE_ID
, SALESREP_ID1
, SALESREP_ID2
, SALES_CREDIT_TYPE_ID1
, SALES_CREDIT_TYPE_ID2
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, SECURITY_GROUP_ID
FROM OKC.OKC_K_SALES_CREDITS;
OKC.OKC_K_SALES_CREDITS does not reference any database object
OKC.OKC_K_SALES_CREDITS is referenced by following:
APPS
OKC_K_SALES_CREDITS
|
|
|
|