ZX_SRVC_SUBSCRIPTIONS

This table stores the list of service subscriptions for each regime of a first party organization defined in ZX_REGIMES_USAGE table.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_SRVC_SUBSCRIPTIONS_PK

SRVC_SUBSCRIPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
SRVC_SUBSCRIPTION_ID NUMBER 18 Yes Unique identifier
REGIME_USAGE_ID NUMBER 18 Yes Regime usage identifier
SRVC_PROVIDER_ID NUMBER 18 Yes Party tax profile identifier for tax service provider
EFFECTIVE_FROM DATE Yes Effective from date
EFFECTIVE_TO DATE Effective to date
ENABLED_FLAG VARCHAR2 1 Y or N indicates whether the service subscription is enabled
PROD_FAMILY_GRP_CODE VARCHAR2 30 Yes Product family group for which subscription is active
RECORD_TYPE_CODE VARCHAR2 30 Lookup code to indicate whether the record is migrated, seeded or defined by the user
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZX_SRVC_SUBSCRIPTIONS zx_party_tax_profile SRVC_PROVIDER_ID
ZX_SRVC_SUBSCRIPTIONS zx_regimes_usages REGIME_USAGE_ID
zx_srvc_sbscrptn_excls zx_srvc_subscriptions SRVC_SUBSCRIPTION_ID

Indexes

Index Uniqueness Tablespace Columns
ZX_SRVC_SUBSCRIPTIONS_U1 Unique Default SRVC_SUBSCRIPTION_ID
ZX_SRVC_SUBSCRIPTIONS_U2 Unique Default REGIME_USAGE_ID, PROD_FAMILY_GRP_CODE, EFFECTIVE_FROM, ENABLED_FLAG