SVC_BCN_SERVICE_PROVIDERS
This table is used to store all the service providers' basic information.
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_BCN_SERVICE_PROVIDERS_PK |
PROVIDER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROVIDER_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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. | |
| PROVIDER_NAME | VARCHAR2 | 400 | Yes | Provider name column indicates the name of the provider. | |
| IMPOSED_SERVICE_STATE_CD | VARCHAR2 | 30 | Yes | Indicates the imposed service status of all services belongs to this service provider. | |
| IMPOSED_ESTIMATED_START_TIME | TIMESTAMP | Indicates the imposed estimated start time for imposed service state code of this service provider. | |||
| PASSIVE_BEACON_URL | VARCHAR2 | 1000 | If the service provider is passive beacon, it has PASSIVE_BEACON_URL. | ||
| PROVIDER_APP_KEY | VARCHAR2 | 400 | Indicates the key used to get the base URL and credential. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| svc_bcn_services | svc_bcn_service_providers | PROVIDER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_BCN_SERVICE_PROVIDERS_PK | Unique | Default | PROVIDER_ID |
| SVC_BCN_SERVICE_PROVIDERS_U1 | Unique | Default | PROVIDER_NAME |