ZX_SUBSCRIPTION_DETAILS
This table stores the details for each enabled content subscription option defined in ZX_SUBSCRIPTION_OPTIONS table.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZX_SUBSCRIPTION_DETAILS_PK |
SUBSCRIPTION_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUBSCRIPTION_DETAIL_ID | NUMBER | 18 | Yes | Unique identifier | |
| 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. | |
| SUBSCRIPTION_OPTION_ID | NUMBER | 18 | Yes | Subscription option identifier | |
| FIRST_PTY_ORG_ID | NUMBER | 18 | Yes | Party tax profile identifier of the first party organization | |
| PARENT_FIRST_PTY_ORG_ID | NUMBER | 18 | Yes | Party tax profile identifier of the parent first party organization | |
| VIEW_OPTIONS_CODE | VARCHAR2 | 30 | Yes | Lookup code to indicate option for viewing and referencing content of parent first party organization. Possible values include VFC, VFD, VFR and NONE. | |
| TAX_REGIME_CODE | VARCHAR2 | 30 | Yes | Tax regime code for content subscription | |
| EFFECTIVE_FROM | DATE | Yes | Effective from date | ||
| EFFECTIVE_TO | DATE | Effective to date | |||
| RECORD_TYPE_CODE | VARCHAR2 | 30 | Yes | 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZX_SUBSCRIPTION_DETAILS | zx_party_tax_profile | FIRST_PTY_ORG_ID |
| ZX_SUBSCRIPTION_DETAILS | zx_regimes_b | TAX_REGIME_CODE |
| ZX_SUBSCRIPTION_DETAILS | zx_subscription_options | SUBSCRIPTION_OPTION_ID |
| ZX_SUBSCRIPTION_DETAILS | zx_party_tax_profile | PARENT_FIRST_PTY_ORG_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZX_SUBSCRIPTION_DETAILS_N1 | Non Unique | Default | TAX_REGIME_CODE, PARENT_FIRST_PTY_ORG_ID, FIRST_PTY_ORG_ID, EFFECTIVE_FROM |
| ZX_SUBSCRIPTION_DETAILS_U1 | Unique | Default | SUBSCRIPTION_DETAIL_ID |
| ZX_SUBSCRIPTION_DETAILS_U2 | Unique | Default | TAX_REGIME_CODE, FIRST_PTY_ORG_ID, VIEW_OPTIONS_CODE, PARENT_FIRST_PTY_ORG_ID, EFFECTIVE_FROM |