OSS_PARTIES

Parties table stores the parties information for the subscription.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_PARTIES_PK

SUBSCRIPTION_PARTY_ID

Columns

Name Datatype Length Precision Not-null Comments
SUBSCRIPTION_PARTY_ID NUMBER 18 Yes Primary Key
PARTY_PUID VARCHAR2 120 Yes PUID of the Party
SUBSCRIPTION_ID NUMBER 18 Yes Subscription Id of Subscription Header.
VERSION_TYPE VARCHAR2 1 Subcription Version Type
PARTY_ROLE VARCHAR2 20 The role of the party selected for the subscriptiont. The role can be internal or external.
PARTY_ID NUMBER 18 The identifier of the party selected for the subscription. FK to HZ_PARTIES or PER_PERSONS
SIGNED_BY VARCHAR2 30 Capture the name of the person signing the subscription. Must have a value if subscription default requires a signature. Will be editable only once the subscription is approved.
SIGNED_DATE DATE Captures the date when subscription is signed.
PRIMARY_YN VARCHAR2 1 The flag that indicates if the external party on the subscription is the primary party or not
INTERNAL_YN VARCHAR2 1 The flag that indicates if the external party on the subscription isinternal or not
SIGNER_ROLE VARCHAR2 30 The party is internal or not.
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_PARTIES_N1 Non Unique Default SUBSCRIPTION_ID
OSS_PARTIES_N2 Non Unique Default PARTY_ID
OSS_PARTIES_U1 Unique FUSION_TS_TX_IDX SUBSCRIPTION_PARTY_ID
OSS_PARTIES_U2 Unique FUSION_TS_TX_IDX PARTY_PUID