CN_CONTRACT_TEXTS_ALL_B
This table stores all the contract texts used in the Oracle Incentive Compensation product.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CN_CONTRACT_TEXTS_ALL_B_PK |
CONTRACT_TEXT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONTRACT_TEXT_ID | NUMBER | 18 | Yes | Contract Text Identifier - Primary Key | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| START_DATE | DATE | Yes | Indicates the Start Date of the Contract Text. | ||
| END_DATE | DATE | Indicates the End Date of the Contract Text. | |||
| CONTRACT_TEXT | CLOB | Contract Text - Formattable Rich Text. | |||
| PAY_COMPONENT_DESC | CLOB | Pay Component Description - Rich Formattable Text. | |||
| OPTIONAL_TEXT | CLOB | Optional Text - Rich formattable Text. | |||
| ADDITIONAL_TEXT1 | CLOB | Additional Text1 - Rich formattable Text. | |||
| ADDITIONAL_TEXT2 | CLOB | Additional Text 2 - Rich formattable Text. | |||
| INDIVIDUALIZE_FLAG | VARCHAR2 | 1 | Enable or Disable Personalization of Contract. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| cn_contract_texts_all_tl | cn_contract_texts_all_b | CONTRACT_TEXT_ID |
| cn_contract_plan_assigns_all | cn_contract_texts_all_b | CONTRACT_TEXT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_CONTRACT_TEXTS_ALL_B_U1 | Unique | Default | CONTRACT_TEXT_ID |