[Home] [Help]
[Dependency Information]
| Object Name: | OKS_REV_DISTRIBUTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | OKS |
| FND Design Data: | OKS.OKS_REV_DISTRIBUTIONS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the accounting distribution information for the contract line. Records are created from Revenue Distribution form. The accounting distribution percentages must sum up to 100 for each accounting class captured for the contract line. When 'Service contract main billing' concurrent program is executed, the information is sent to RA_INTERFACE_DISTRIBUTIONS_ALL table through feeder program OKS_ARFEEDER_PUB.INSERT_RA_INTERFACE.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKS_REV_DISTRIBUTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Surrogate key used for primary unique identifiers. | |
| CHR_ID | NUMBER | Contract header id. References OKC_K_HEADERS_B.ID. | ||
| CLE_ID | NUMBER | Contract line id. References OKC_K_LINES_B.ID. | ||
| ACCOUNT_CLASS | VARCHAR2 | (20) | Account class for this accounting distribution. Value is hard coded as 'REV' by program. | |
| CODE_COMBINATION_ID | NUMBER | Code combination identifier of accounting flexfield for this accounting distribution. References GL_CODE_COMBINATIONS.CODE_COMBINATION_ID. | ||
| PERCENT | NUMBER | Percent for this accounting distribution | ||
| 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 | ID of the user whom created the record. |
| CREATION_DATE | DATE | Yes | Date the record was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | ID of the last user who updated the record. |
| LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | OS ID of the user who last updated the record. | |
| SECURITY_GROUP_ID | NUMBER | Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CHR_ID
, CLE_ID
, ACCOUNT_CLASS
, CODE_COMBINATION_ID
, PERCENT
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM OKS.OKS_REV_DISTRIBUTIONS;
OKS.OKS_REV_DISTRIBUTIONS does not reference any database object
OKS.OKS_REV_DISTRIBUTIONS is referenced by following:
OKS
OKS_REV_DISTRIBUTIONS#
|
|
|
|