SVC_SR_ADDRESSES

This table is used to store the service address of the SR.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_SR_ADDRESSES_PK

SERVICE_ADDRESS_ID

Columns

Name Datatype Length Precision Not-null Comments
SERVICE_ADDRESS_ID NUMBER 18 Yes Auto-generated number and the 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.
SR_ID NUMBER 18 Yes Foreign key that references SVC_SERVICE_REQUESTS (SR_ID), the SR_ID that this address belongs to.
ADDRESS_SOURCE_CD VARCHAR2 30 Yes Lookup code that indicates source of address.
LOCATION_ID NUMBER 18 The id of the address, depends on the address source.
PARTY_SITE_ID NUMBER 18 The id of the party site, depends on the address source. This is a foreign key reference to HZ_PARTY_SITES (PARTY_SITE_ID).
ADDRESS1 VARCHAR2 240 The first line of the address where the service will be performed.
ADDRESS2 VARCHAR2 240 The second line of the address where the service will be performed.
ADDRESS3 VARCHAR2 240 The third line of the address where the service will be performed.
ADDRESS4 VARCHAR2 240 The fourth line of the address where the service will be performed.
CITY VARCHAR2 60 The city where the service will be performed.
COUNTY VARCHAR2 60 The county where the service will be performed.
POSTAL_CODE VARCHAR2 60 The postal code where the service will be performed.
STATE VARCHAR2 60 The state where the service will be performed.
PROVINCE VARCHAR2 60 The province where the service will be performed.
COUNTRY VARCHAR2 2 The country where the service will be performed.
TIMEZONE_CODE VARCHAR2 50 The timezone code of the address where the service will be performed.

Indexes

Index Uniqueness Tablespace Columns
SVC_SR_ADDRESSES_PK Unique DEFAULT SERVICE_ADDRESS_ID
SVC_SR_ADDRESSES_U1 Unique DEFAULT SR_ID