OSS_CONTACTS
Contacts table stores the subscription contact information.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OSS_CONTACTS_PK |
SUBSCRIPTION_CONTACT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUBSCRIPTION_CONTACT_ID | NUMBER | 18 | Yes | Primary Key | |
| CONTACT_PUID | VARCHAR2 | 120 | Yes | PUID of the Contact | |
| SUBSCRIPTION_PARTY_ID | NUMBER | 18 | Yes | Party Id from Parteis | |
| CONTACT_ROLE | VARCHAR2 | 30 | Role Of Contact | ||
| SUBSCRIPTION_ID | NUMBER | 18 | Yes | Id of Subscription Header. | |
| RELATIONSHIP_ID | NUMBER | 18 | Relationship with party (contact_OF) for ecternal or resource id for internal | ||
| START_DATE | DATE | Contact start date | |||
| END_DATE | DATE | Contact end date | |||
| OWNER_YN | VARCHAR2 | 1 | The identifier that indicates if the contact is the subscription owner or not | ||
| ACCESS_LEVEL | VARCHAR2 | 302 | The contact's team security access level on the subscription | ||
| BILLING_OWNER_YN | VARCHAR2 | 1 | The identifier that indicates if the contact is the billing owner of the subscription or not | ||
| INTERNAL_YN | VARCHAR2 | 1 | This contact is Internal Contact or Not | ||
| SIGNER_YN | VARCHAR2 | 1 | The identifier that indicates if the subscription contact is a signer or not, for electronic signature purposes | ||
| SIGNER_SEQUENCE | NUMBER | The sequence in which the signer's signature has to appear in the subscription document, when the subscription is sent for electronic signature | |||
| SIGNATURE_ROLE | VARCHAR2 | 302 | The signature role of the subscription contact for electronic signature purposes. For example, signature role can be signer, auto signer, information only. | ||
| ROUTING_SEQUENCE | NUMBER | The routing sequence of the subscription contact for electronic signature purposes. | |||
| 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. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OSS_CONTACTS_N1 | Non Unique | Default | SUBSCRIPTION_ID |
| OSS_CONTACTS_N2 | Non Unique | Default | RELATIONSHIP_ID |
| OSS_CONTACTS_U1 | Unique | FUSION_TS_TX_IDX | SUBSCRIPTION_CONTACT_ID |
| OSS_CONTACTS_U2 | Unique | FUSION_TS_TX_IDX | CONTACT_PUID |