SVC_SERVICE_REQUESTS

This table is used to store service requests and its header attributes that are logged / reported by customers. SR_ID is primary / unique key in this table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

SVC_SERVICE_REQUESTS_PK

SR_ID

Columns

Name Datatype Length Precision Not-null Comments Status
SR_ID NUMBER 18 Yes Auto-generated number and primary key for this table. Active
CASE_ID NUMBER 18 Foreign key that references SVC_CASES(CASE_ID),the case id that service request belongs to.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATED_BY_PARTY_ID NUMBER 18 Party ID of the user who created this service request. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATED_BY_PARTY_ID NUMBER 18 Party ID of the user who last updated this service request.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
SR_NUMBER VARCHAR2 30 Yes Auto-generated unique number with customizable format.
BU_ORG_ID NUMBER 18 Stores the Business Unit Org Id of the service request.
STATUS_CD VARCHAR2 30 Lookup code that indicates the status code of the service request, such as NEW, INPROGRESS, WAITING, RESOLVED, CLOSED.
STATUS_TYPE_CD VARCHAR2 30 Lookup code the indicates the status type of the status code, such as NEW, INPROGRESS, WAITING, RESOLVED, CLOSED.
SEVERITY_CD VARCHAR2 30 Lookup code that indicates the severity of the service request reported by the customer, such as SEV1, SEV2, SEV3, SEV4. Active
SEVERITY_CD_SET_ID NUMBER 18 SetId of the severity code for the service request
INTERNAL_PRIORITY_CD VARCHAR2 30 Lookup code that indicates the internal priority of the service request, such as HIGH, NORMAL, LOW.
CRITICAL_FLAG VARCHAR2 1 Yes Indicates whether the service request is critical (Y or N).
LANGUAGE_CD VARCHAR2 30 Lookup code that indicates customer preferred language for this service request.
PROBLEM_CD VARCHAR2 30 Lookup code that indicates the identified problem of the service request, such as PRODUCT, USER, DOCS.
RESOLUTION_CD VARCHAR2 30 Lookup code that indicates the resolution of service request, such as SATISFIED, NOT_SATISFIED, RETURNED_PRODUCT, NEW_PURCHASE, UNKNOWN.
REPORTED_BY_PARTY_ID NUMBER 18 Foreign key that references HZ_PARTIES (PARTY_ID), the person who reported this service request.
PRIMARY_CONTACT_PARTY_ID NUMBER 18 Foreign key that references HZ_PARTIES (PARTY_ID), the ongoing primary customer contact of the service request.
PRIMARY_CONTACT_PER_ASGN_NUM VARCHAR2 50 Primary Contact Per Assignment Number.
AFFECTED_PARTY_PER_ASGN_NUM VARCHAR2 50 Affected Party Per Assignment Number.
ASSIGNEE_RESOURCE_ID NUMBER 18 Foreign key that references HZ_PARTIES (PARTY_ID), the engineer (resource) who is assigned to work on the service request. Active
PRIMARY_CONTACT_PERSON_ID NUMBER 18 Foreign key that references PER_PERSONS (PERSON_ID), the ongoing primary customer contact of the service request.
QUEUE_ID NUMBER 18 Foreign key that references SVC_QUEUES (QUEUE_ID), the queue ID the service request is assigned to.
TITLE VARCHAR2 400 Yes A brief title of the service request. Active
PROBLEM_DESC VARCHAR2 1000 Problem description/statement/steps to reproduce issue for the service request. Active
CATEGORY_ID NUMBER 18 Foreign key that references SVC_CATEGORIES (CATEGORY_ID).
INVENTORY_ITEM_ID NUMBER 18 The inventory item that the service request is logged against.
INVENTORY_ORG_ID NUMBER 18 The organization of the inventory item that the service request is logged against.
PROD_GROUP_ID NUMBER 18 Foreign key that references QSC_PROD_GROUPS_B (PROD_GROUP_ID), the product group that the product belongs in.
CATALOG_ID NUMBER 18 Foreign key; Service Catalog ID the service request is logged against. Derived from Product ID.
SOURCE_CD VARCHAR2 30 Lookup code that indicates how the SR was entered into the system, such as AGENT_UI, CUSTOMER_UI, API.
CHANNEL_TYPE_CD VARCHAR2 30 Lookup code that indicates the channel type. Examples: EMAIL, PHONE, FACEBOOK, TWITTER.
ACCOUNT_PARTY_ID NUMBER 18 Foreign key that references HZ_PARTIES (PARTY_ID).
PARTNER_ACCOUNT_PARTY_ID NUMBER 18 Foreign key that references HZ_PARTIES (PARTY_ID).
OWNER_TYPE_CD VARCHAR2 30 Lookup code that indicates the type of owner who is receiving service for this service request, such as CUSTOMER or PARTNER.
STRIPE_CD VARCHAR2 30 Yes Lookup code that indicates the stripe code, such as CRM, HCM, or PRM.
ASSET_ID NUMBER 18 Foreign key that references ZCA_ASSET (ASSET_ID), the asset ID the service request is logged against.
OPEN_DATE TIMESTAMP Yes Migration Who Column: Defaults to CREATION_DATE if null, or for migration, set to the SR creation date.
LAST_REOPEN_DATE TIMESTAMP Last reopen date of the SR if SR was reopened.
LAST_RESOLVED_DATE TIMESTAMP Last resolved date of the SR if the SR has been resolved.
CLOSED_DATE TIMESTAMP Closed date of the SR if SR is closed.
SR_CREATED_BY VARCHAR2 64 Yes Migration Who Column: Defaults to CREATED_BY if null, or for migration, set to the user who created the row.
SR_LAST_UPDATE_DATE TIMESTAMP Yes Migration Who Column: Defaults to LAST_UPDATE_DATE if null, or for migration, set to the date and time of the last update of the row.
SR_LAST_UPDATED_BY VARCHAR2 64 Yes Migration Who Column: Defaults to LAST_UPDATED_BY if null, or for migration, set to the user who last updated the row.
SR_LAST_UPDATE_LOGIN VARCHAR2 32 Migration Who Column: Defaults to LAST_UPDATE_LOGIN if null, or for migration, set to the session login associated to the user who last updated the row.
ORIGINAL_SYSTEM_REFERENCE VARCHAR2 255 The alternative identifier of the service request in the original reference system. This column is not required to be unique. If you want to store a unique alternative identifier for the service request, you must refer to the UNIQUE_EXT_SYSTEM_REFERENCE column instead.
UNIQUE_EXT_SYSTEM_REFERENCE VARCHAR2 255 The unique alternative identifier of the service request in the original reference system. Use this column to store the identifier of the service request in the external application you are integrating with.
SOCIAL_PRIVATE_FLAG VARCHAR2 1 Yes Indicates whether the service request was created from a private social post (Y or N).
RESOLVE_OUTCOME_CD VARCHAR2 30 Lookup code that indicates the outcome of a service request resolution, such as "solution provided", "unable to resolve", "customer abandoned".
RESOLVE_DESC VARCHAR2 1000 Solution description, how the service request has been resolved. Active
RESOLVED_BY VARCHAR2 64 Indicates the user who resolved the service request.
IB_ASSET_ID NUMBER 18 Install base asset, if any: Optional foreign key to CSE_ASSETS_B.ASSET_ID
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the service request is logically deleted (Y or N).
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
CURRENCY_CODE VARCHAR2 15 Extensibility Column : Currency Code column Active
CORP_CURRENCY_CODE VARCHAR2 15 Extensibility Column : Corp Currency Code column Active
CURCY_CONV_RATE_TYPE VARCHAR2 30 Extensibility Column : Currency Conversion Rate Type column Active
LOY_MEMBER_ID NUMBER 18 Foreign key that references LOY_MEMBER (LOY_MEMBER_ID).
INIT_QUEUE_ASSIGN_DATE TIMESTAMP The date and time the SR was first assigned to a Queue. This value is auto-generated.
LAST_QUEUE_ASSIGN_DATE TIMESTAMP The date and time the Queue assignment for the SR last changed. This value is auto-generated.
INIT_RESOURCE_ASSIGN_DATE TIMESTAMP The date and time the SR was first assigned to a Resource. This value is auto-generated.
LAST_RESOURCE_ASSIGN_DATE TIMESTAMP The date and time the Resource assignment for the SR last changed. This value is auto-generated.
PURCHASE_ORDER VARCHAR2 50 The purchase order number used for the SR.
TRANSFER_REASON_CD VARCHAR2 30 Lookup code that indicates the transfer reason.
TRANSFER_NOTE VARCHAR2 1500 This field contains information about transfer note.
TRANSFER_COUNT NUMBER 18 Count showing how many times a service request has been transferred.
LAST_TRANSFER_DATE TIMESTAMP Indicates the date and time of the last transfer of the service request.
LAST_TRANSFERRED_BY VARCHAR2 64 Indicates the user who last transferred the service request.
FIRST_TRANSFER_DATE TIMESTAMP Indicates the date and time of the first transfer of the service request.
TIMEZONE_CODE VARCHAR2 50 Indicates the time zone used for calculating milestone due date.
SERVICE_ZONE_ID NUMBER 18 Service zone unique identifier that points to a geography location.
REF_OBJ_ID NUMBER 18 Unique identifier of a specific item (e.g. expense item for ERP).
REF_OBJ_PUID VARCHAR2 100 Unique identifier of a specific report (e.g. expense report number for ERP).
REF_OBJ_TYPE VARCHAR2 50 Defines type of Object (e.g. Expense in case of ERP).
SERVICE_PROFILE_ID NUMBER 18 Foreign key that references svc_service_profiles (SERVICE_PROFILE_ID).
BILL_TO_CUST_ID NUMBER 18 The billing customer identifier.
BILL_TO_CUST_ACCOUNT_ID NUMBER 18 Foreign key that references hz_cust_accounts (CUST_ACCOUNT_ID), the billing customer account identifier.
BILL_TO_CUST_ACCOUNT_SITE_ID NUMBER 18 The billing customer account site identifier.
BILL_TO_PARTY_SITE_ID NUMBER 18 The billing customer party site identifier.
EXTN_ATTRIBUTE_TIMESTAMP001 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP002 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP003 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER001 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER002 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER003 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER004 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER005 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER006 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER007 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER008 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR001 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR002 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR003 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR004 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR005 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR006 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR007 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR008 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR009 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR010 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR011 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR012 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR013 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR014 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP004 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP005 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP006 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER009 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER010 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER011 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER012 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER013 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER014 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER015 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER016 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR015 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR016 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR017 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR018 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR019 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR020 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR021 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR022 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR023 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR024 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR025 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR026 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR027 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR028 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB001 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB002 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP007 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP008 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP009 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER017 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER018 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER019 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER020 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER021 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER022 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER023 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER024 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR029 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR030 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR031 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR032 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR033 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR034 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR035 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR036 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR037 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR038 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR039 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR040 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR041 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR042 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP010 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP011 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP012 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER025 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER026 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER027 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER028 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER029 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER030 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER031 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER032 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR043 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR044 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR045 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR046 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR047 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR048 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR049 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR050 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR051 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR052 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR053 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR054 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR055 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR056 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB003 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB004 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP013 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP014 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP015 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER033 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER034 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER035 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER036 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER037 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER038 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER039 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER040 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR057 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR058 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR059 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR060 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR061 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR062 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR063 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR064 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR065 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR066 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR067 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR068 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR069 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR070 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP016 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP017 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP018 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER041 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER042 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER043 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER044 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER045 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER046 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER047 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER048 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR071 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR072 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR073 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR074 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR075 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR076 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR077 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR078 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR079 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR080 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR081 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR082 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR083 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR084 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB005 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB006 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP019 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP020 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP021 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER049 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER050 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER051 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER052 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER053 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER054 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER055 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER056 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR085 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR086 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR087 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR088 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR089 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR090 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR091 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR092 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR093 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR094 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR095 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR096 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR097 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR098 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP022 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP023 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP024 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER057 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER058 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER059 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER060 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER061 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER062 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER063 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER064 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR099 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR100 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR101 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR102 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR103 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR104 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR105 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR106 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR107 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR108 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR109 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR110 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR111 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR112 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB007 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB008 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP025 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP026 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP027 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER065 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER066 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER067 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER068 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER069 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER070 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER071 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER072 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR113 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR114 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR115 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR116 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR117 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR118 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR119 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR120 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR121 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR122 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR123 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR124 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR125 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR126 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP028 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP029 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP030 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER073 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER074 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER075 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER076 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER077 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER078 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER079 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER080 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR127 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR128 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR129 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR130 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR131 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR132 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR133 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR134 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR135 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR136 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR137 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR138 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR139 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR140 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB009 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB010 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP031 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP032 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP033 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER081 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER082 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER083 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER084 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER085 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER086 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER087 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER088 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR141 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR142 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR143 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR144 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR145 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR146 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR147 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR148 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR149 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR150 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR151 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR152 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR153 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR154 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP034 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP035 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP036 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER089 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER090 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER091 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER092 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER093 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER094 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER095 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER096 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR155 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR156 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR157 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR158 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR159 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR160 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR161 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR162 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR163 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR164 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR165 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR166 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR167 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR168 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB011 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB012 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP037 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP038 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP039 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER097 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER098 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER099 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER100 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER101 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER102 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER103 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER104 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR169 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR170 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR171 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR172 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR173 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR174 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR175 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR176 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR177 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR178 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR179 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR180 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR181 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR182 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP040 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP041 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP042 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER105 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER106 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER107 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER108 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER109 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER110 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER111 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER112 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR183 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR184 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR185 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR186 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR187 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR188 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR189 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR190 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR191 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR192 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR193 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR194 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR195 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR196 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB013 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB014 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP043 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP044 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP045 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER113 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER114 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER115 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER116 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER117 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER118 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER119 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER120 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR197 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR198 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR199 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR200 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR201 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR202 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR203 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR204 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR205 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR206 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR207 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR208 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR209 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR210 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP046 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP047 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP048 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER121 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER122 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER123 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER124 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER125 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER126 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER127 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER128 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR211 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR212 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR213 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR214 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR215 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR216 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR217 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR218 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR219 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR220 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR221 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR222 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR223 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR224 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB015 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB016 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP049 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_TIMESTAMP050 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER129 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER130 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER131 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER132 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER133 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER134 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER135 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER136 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR225 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR226 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR227 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR228 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR229 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR230 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR231 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR232 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR233 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR234 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR235 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR236 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR237 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR238 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER137 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER138 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER139 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER140 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER141 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER142 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER143 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER144 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR239 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR240 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR241 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR242 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR243 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR244 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR245 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR246 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR247 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR248 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR249 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR250 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR251 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR252 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB017 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB018 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER145 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER146 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER147 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER148 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER149 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER150 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER151 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER152 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR253 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR254 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR255 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR256 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR257 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR258 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR259 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR260 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR261 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR262 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR263 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR264 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR265 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR266 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER153 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER154 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER155 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER156 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER157 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER158 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER159 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER160 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR267 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR268 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR269 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR270 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR271 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR272 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR273 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR274 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR275 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR276 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR277 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR278 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR279 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR280 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB019 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB020 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER161 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER162 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER163 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER164 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER165 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER166 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER167 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER168 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR281 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR282 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR283 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR284 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR285 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR286 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR287 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR288 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR289 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR290 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR291 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR292 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR293 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR294 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER169 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER170 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER171 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER172 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER173 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER174 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER175 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER176 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR295 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR296 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR297 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR298 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR299 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR300 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR301 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR302 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR303 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR304 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR305 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR306 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR307 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR308 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB021 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB022 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER177 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER178 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER179 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER180 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER181 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER182 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER183 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER184 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR309 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR310 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR311 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR312 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR313 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR314 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR315 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR316 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR317 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR318 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR319 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR320 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR321 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR322 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER185 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER186 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER187 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER188 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER189 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER190 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER191 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER192 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR323 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR324 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR325 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR326 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR327 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR328 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR329 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR330 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR331 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR332 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR333 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR334 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR335 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR336 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB023 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB024 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER193 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER194 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER195 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER196 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER197 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER198 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER199 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_NUMBER200 NUMBER Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR337 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR338 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR339 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR340 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR341 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR342 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR343 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR344 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR345 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR346 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR347 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR348 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR349 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CHAR350 VARCHAR2 1500 Runtime Extensibility: Column reserved for custom extension attributes. Active
EXTN_ATTRIBUTE_CLOB025 CLOB Runtime Extensibility: Column reserved for custom extension attributes. Active

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_SERVICE_REQUESTS hz_parties PRIMARY_CONTACT_PARTY_ID
SVC_SERVICE_REQUESTS hz_parties REPORTED_BY_PARTY_ID
SVC_SERVICE_REQUESTS hz_parties PARTNER_ACCOUNT_PARTY_ID
SVC_SERVICE_REQUESTS cse_assets_b IB_ASSET_ID
SVC_SERVICE_REQUESTS loy_member LOY_MEMBER_ID
SVC_SERVICE_REQUESTS hz_parties LAST_UPDATED_BY_PARTY_ID
SVC_SERVICE_REQUESTS svc_cases CASE_ID
SVC_SERVICE_REQUESTS hz_parties ASSIGNEE_RESOURCE_ID
SVC_SERVICE_REQUESTS hz_parties ACCOUNT_PARTY_ID
SVC_SERVICE_REQUESTS qsc_prod_groups_b PROD_GROUP_ID
SVC_SERVICE_REQUESTS zca_asset ASSET_ID
SVC_SERVICE_REQUESTS svc_queues QUEUE_ID
SVC_SERVICE_REQUESTS svc_categories_b CATEGORY_ID
SVC_SERVICE_REQUESTS qsc_prod_grp_roots CATALOG_ID
svc_work_orders svc_service_requests SR_ID
svc_channel_via svc_service_requests OBJECT_ID
svc_bi_audit_sr svc_service_requests SR_ID
svc_sr_messages svc_service_requests SR_ID
svc_sr_references svc_service_requests SR_ID
svc_sr_agg svc_service_requests SR_ID
svc_sr_milestones svc_service_requests SR_ID
svc_sr_resource_members svc_service_requests SR_ID
svc_sr_contact_members svc_service_requests SR_ID

Indexes

Index Uniqueness Tablespace Columns Status
SVC_SERVICE_REQUESTS_F1 Non Unique Default PRIMARY_CONTACT_PARTY_ID, CREATION_DATE, STATUS_TYPE_CD
SVC_SERVICE_REQUESTS_F10 Non Unique Default REPORTED_BY_PARTY_ID, CREATION_DATE, STATUS_TYPE_CD Obsolete
SVC_SERVICE_REQUESTS_F11 Non Unique Default PARTNER_ACCOUNT_PARTY_ID, CREATION_DATE, STATUS_TYPE_CD Obsolete
SVC_SERVICE_REQUESTS_F12 Non Unique Default IB_ASSET_ID Obsolete
SVC_SERVICE_REQUESTS_F13 Non Unique Default LOY_MEMBER_ID Obsolete
SVC_SERVICE_REQUESTS_F14 Non Unique Default LAST_UPDATED_BY_PARTY_ID Obsolete
SVC_SERVICE_REQUESTS_F15 Non Unique Default CASE_ID Obsolete
SVC_SERVICE_REQUESTS_F2 Non Unique Default ASSIGNEE_RESOURCE_ID, CREATION_DATE, STATUS_TYPE_CD
SVC_SERVICE_REQUESTS_F3 Non Unique Default ACCOUNT_PARTY_ID, CREATION_DATE, STATUS_TYPE_CD
SVC_SERVICE_REQUESTS_F5 Non Unique Default PROD_GROUP_ID Obsolete
SVC_SERVICE_REQUESTS_F6 Non Unique Default ASSET_ID Obsolete
SVC_SERVICE_REQUESTS_F7 Non Unique Default QUEUE_ID, CREATION_DATE, STATUS_TYPE_CD Obsolete
SVC_SERVICE_REQUESTS_F8 Non Unique Default CATEGORY_ID Obsolete
SVC_SERVICE_REQUESTS_F9 Non Unique Default CATALOG_ID Obsolete
SVC_SERVICE_REQUESTS_N1 Non Unique Default TITLE
SVC_SERVICE_REQUESTS_N10 Non Unique Default QUEUE_ID, STATUS_TYPE_CD, DELETED_FLAG
SVC_SERVICE_REQUESTS_N11 Non Unique Default TRUNC("CLOSED_DATE")
SVC_SERVICE_REQUESTS_N12 Non Unique Default TRUNC("OPEN_DATE")
SVC_SERVICE_REQUESTS_N13 Non Unique Default TRUNC("LAST_RESOLVED_DATE")
SVC_SERVICE_REQUESTS_N14 Non Unique Default BU_ORG_ID Obsolete
SVC_SERVICE_REQUESTS_N15 Non Unique Default ASSIGNEE_RESOURCE_ID, STRIPE_CD, STATUS_CD, UPPER("DELETED_FLAG"), "LAST_UPDATE_DATE"
SVC_SERVICE_REQUESTS_N16 Non Unique Default "LAST_UPDATE_DATE", UPPER("TITLE"), UPPER("SR_NUMBER"), PRIMARY_CONTACT_PERSON_ID, CREATED_BY, UPPER("DELETED_FLAG"), STRIPE_CD
SVC_SERVICE_REQUESTS_N17 Non Unique Default REF_OBJ_ID
SVC_SERVICE_REQUESTS_N18 Non Unique DEFAULT LAST_UPDATE_DATE, UPPER("STATUS_CD"), STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N19 Non Unique DEFAULT INVENTORY_ITEM_ID
SVC_SERVICE_REQUESTS_N2 Non Unique Default STATUS_TYPE_CD, STATUS_CD, LAST_RESOLVED_DATE, LAST_UPDATE_DATE, SR_ID
SVC_SERVICE_REQUESTS_N20 Non Unique Default SERVICE_PROFILE_ID, "LAST_UPDATE_DATE", STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N21 Non Unique Default BILL_TO_CUST_ID, "LAST_UPDATE_DATE", STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N22 Non Unique Default BILL_TO_CUST_ACCOUNT_ID, "LAST_UPDATE_DATE", STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N23 Non Unique Default BILL_TO_CUST_ACCOUNT_SITE_ID, "LAST_UPDATE_DATE", STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N24 Non Unique Default UPPER("SR_NUMBER"), UPPER("STRIPE_CD"), UPPER("STATUS_TYPE_CD"), STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N26 Non Unique Default BILL_TO_PARTY_SITE_ID, "LAST_UPDATE_DATE", STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_N3 Non Unique Default INTERNAL_PRIORITY_CD, STATUS_TYPE_CD, CREATION_DATE Obsolete
SVC_SERVICE_REQUESTS_N4 Non Unique Default ORIGINAL_SYSTEM_REFERENCE
SVC_SERVICE_REQUESTS_N5 Non Unique Default CREATED_BY, CREATION_DATE, STATUS_TYPE_CD Obsolete
SVC_SERVICE_REQUESTS_N6 Non Unique Default DELETED_FLAG
SVC_SERVICE_REQUESTS_N7 Non Unique Default CREATION_DATE
SVC_SERVICE_REQUESTS_N8 Non Unique Default UPPER("TITLE") Obsolete
SVC_SERVICE_REQUESTS_N9 Non Unique Default IB_ASSET_ID, STRIPE_CD, UPPER("DELETED_FLAG")
SVC_SERVICE_REQUESTS_PK Unique Default SR_ID
SVC_SERVICE_REQUESTS_U1 Unique Default SR_NUMBER
SVC_SERVICE_REQUESTS_U10 Unique Default CREATED_BY, UPPER("DELETED_FLAG"), STATUS_CD, STRIPE_CD, UPPER("STRIPE_CD"), SR_ID
SVC_SERVICE_REQUESTS_U11 Unique Default UNIQUE_EXT_SYSTEM_REFERENCE
SVC_SERVICE_REQUESTS_U2 Unique Default LAST_UPDATE_DATE, SR_ID Obsolete
SVC_SERVICE_REQUESTS_U3 Unique Default NVL("ORIGINAL_SYSTEM_REFERENCE",('OSR' || TO_CHAR("SR_ID"))) Obsolete
SVC_SERVICE_REQUESTS_U4 Unique Default UPPER("SR_NUMBER")
SVC_SERVICE_REQUESTS_U5 Unique Default "LAST_UPDATE_DATE", DELETED_FLAG, STRIPE_CD, STATUS_CD, SR_ID, QUEUE_ID, ACCOUNT_PARTY_ID, ASSIGNEE_RESOURCE_ID, PARTNER_ACCOUNT_PARTY_ID, CREATED_BY, PRIMARY_CONTACT_PARTY_ID, CATEGORY_ID
SVC_SERVICE_REQUESTS_U6 Unique Default "LAST_UPDATE_DATE", UPPER("DELETED_FLAG"), UPPER("STRIPE_CD"), UPPER("STATUS_TYPE_CD"), UPPER("STATUS_CD"), SR_ID
SVC_SERVICE_REQUESTS_U7 Unique Default "LAST_UPDATE_DATE", UPPER("SR_NUMBER"), STRIPE_CD, UPPER("DELETED_FLAG"), SR_ID
SVC_SERVICE_REQUESTS_U8 Unique Default INVENTORY_ITEM_ID, INVENTORY_ORG_ID, SR_ID Obsolete
SVC_SERVICE_REQUESTS_U9 Unique Default LAST_UPDATE_DATE, UPPER("STATUS_TYPE_CD"), UPPER("DELETED_FLAG"), STRIPE_CD, SR_ID
SVC_SERVICE_REQUESTS_X01 Non Unique Default EXTN_ATTRIBUTE_NUMBER001 Active
SVC_SERVICE_REQUESTS_X02 Non Unique Default EXTN_ATTRIBUTE_NUMBER002 Active
SVC_SERVICE_REQUESTS_X03 Non Unique Default EXTN_ATTRIBUTE_NUMBER003 Active
SVC_SERVICE_REQUESTS_X04 Non Unique Default EXTN_ATTRIBUTE_CHAR001 Active
SVC_SERVICE_REQUESTS_X05 Non Unique Default EXTN_ATTRIBUTE_CHAR002 Active
SVC_SERVICE_REQUESTS_X06 Non Unique Default EXTN_ATTRIBUTE_NUMBER196
SVC_SERVICE_REQUESTS_X07 Non Unique Default EXTN_ATTRIBUTE_NUMBER197
SVC_SERVICE_REQUESTS_X08 Non Unique Default EXTN_ATTRIBUTE_NUMBER198
SVC_SERVICE_REQUESTS_X09 Non Unique Default EXTN_ATTRIBUTE_NUMBER199
SVC_SERVICE_REQUESTS_X10 Non Unique Default EXTN_ATTRIBUTE_NUMBER200
SVC_SERVICE_REQUESTS_X11 Non Unique Default UPPER("EXTN_ATTRIBUTE_CHAR001")
SVC_SERVICE_REQUESTS_X12 Non Unique Default UPPER("EXTN_ATTRIBUTE_CHAR002")