DOS_TARGET_SERVICE

This table stores the definition of the Target Services for the Task Layer. This definition is used to build the connector for the target service

Details

  • Schema: FUSION

  • Object owner: DOS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

DOS_TARGET_SERVICE_PK

TARGET_SERVICE_ID

Columns

Name Datatype Length Precision Not-null Comments
TARGET_SERVICE_ID NUMBER 18 Yes Primary key for this table generated from sequence
TARGET_SERVICE_NAME VARCHAR2 25 Yes Name of the Target Service. Reference to the Unique identifier of the task layer service
SEEDED_FLAG VARCHAR2 1 Indicates this service is a seeded service
DESCRIPTION VARCHAR2 1000 Description of the target service
TARGET_SYSTEM_ID NUMBER 18 Yes Target System Id. Reference to unique identifier of the source system
TARGET_SYSTEM_TYPE VARCHAR2 30 Yes Target System Type (Fusion, EBS, 3rd Party)
TASK_TYPE VARCHAR2 30 Yes Task Type (Purchasing, Receiving)
TASK_TYPE_ID NUMBER 18 Yes Task Type Identifier for Task Type
SERVICE_URI VARCHAR2 200 Yes WSDL URI where service can be found
CSF_KEY VARCHAR2 30 User Credential Key for security
KEYSTORE_RECIPIENT_ALIAS VARCHAR2 30 Keystore Recipient Alias for security
MESSAGE_CHUNK_SIZE NUMBER 5 Size in Bytes or Number of lines supported by the target service
GENERATED_COMPOSITE BLOB Code artifact of the Build Composite
COMPOSITE_VERSION NUMBER 5 The latest Build Version of the Composite
BUILD_REQUIRED NUMBER 1 Yes Build Required for the composite
PROCESS_MODE VARCHAR2 30 Process Mode differentiates between an ordinary service and Batch/ESS service.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
DOS_TARGET_SERVICE_U1 Unique Default TARGET_SERVICE_ID, ORA_SEED_SET1
DOS_TARGET_SERVICE_U11 Unique Default TARGET_SERVICE_ID, ORA_SEED_SET2