SVC_BI_QUEUE_RESOURCES

This table is used for BI to store the resources (individual and teams) that belong to queues.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_BI_QUEUE_RESOURCES_PK

BI_QUEUE_RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_QUEUE_RESOURCE_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
QUEUE_RS_TEAM_MEMBER_ID VARCHAR2 40 Unique identifier of the queue resource relationship flattened structure and alternate key for this table.
QUEUE_RESOURCE_ID NUMBER 18 Yes Indicates Queue Resource ID and references SVC_QUEUE_RESOURCES(QUEUE_RESOURCE_ID).
QUEUE_ID NUMBER 18 Indicates the Queue ID. Loaded from SVC_QUEUE_RESOURCES.QUEUE_ID and references SVC_QUEUES (QUEUE_ID).
OBJECT_ID NUMBER 18 Loaded from SVC_QUEUE_RESOURCES.OBJECT_ID and references either HZ_PARTIES (PARTY_ID) for the resource ID or JTF_RS_TEAMS (TEAM_ID) for the resource team ID.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
OBJECT_TYPE_CD VARCHAR2 30 Loaded from SVC_QUEUE_RESOURCES.OBJECT_TYPE_CD. Indicates type of resource - 'ORA_SVC_RESOURCE' or 'ORA_SVC_RESOURCE_TEAM'.
ENABLED_FLAG VARCHAR2 1 Loaded from SVC_QUEUE_RESOURCES.ENABLED_FLAG. Indicates whether the resource is enabled (Y or N) for the queue.
DELETED_FLAG VARCHAR2 1 Loaded from SVC_QUEUE_RESOURCES.DELETED_FLAG. Indicates whether this queue resource record is logically deleted (Y or N).
RESOURCE_ID NUMBER 18 Indicates the consolidated Resource ID. In case the resource type is 'ORA_SVC_RESOURCE_TEAM', then the Resource ID is Team Resource ID from JTF_RS_TEAM_MEMBERS, otherwise Resource ID is Object ID from SVC_QUEUE_RESOURCES.
UNIQUE_RESOURCE_FLAG VARCHAR2 1 Indicates whether a resource is assigned one time or multiple times to a specific queue (Y or N). An individual can be assigned one time to a specific queue. But, the same individual could belong to multiple teams and those teams can be assigned to the same queue.
RS_TEAM_MEMBER_ID NUMBER 18 Indicates the Resource Team Member ID. It is loaded from JTF_RS_TEAM_MEMBERS.TEAM_MEMBER_ID.
RS_TEAM_ID NUMBER 18 Indicates the Resource Team ID. It is loaded from JTF_RS_TEAM_MEMBERS.TEAM_ID.
RS_TEAM_RESOURCE_ID NUMBER 18 Indicates the Team Resource ID. It is loaded from JTF_RS_TEAM_MEMBERS.TEAM_RESOURCE_ID.
RS_RESOURCE_TYPE VARCHAR2 30 Indicates the type of the resource - 'INDIVIDUAL' or 'GROUP'. Loaded from JTF_RS_TEAM_MEMBERS.RESOURCE_TYPE.
RS_CREATED_BY VARCHAR2 64 Indicates the user who created the row of JTF_RS_TEAM_MEMBERS if RS_TEAM_MEMBER_ID is not null.
RS_CREATION_DATE TIMESTAMP Indicates the date and time of the creation of JTF_RS_TEAM_MEMBERS row if RS_TEAM_MEMBER_ID is not null.
RS_LAST_UPDATED_BY VARCHAR2 64 Indicates the user who last updated the row of JTF_RS_TEAM_MEMBERS if RS_TEAM_MEMBER_ID is not null.
RS_LAST_UPDATE_DATE TIMESTAMP Indicates the date and time of the last update of JTF_RS_TEAM_MEMBERS row if RS_TEAM_MEMBER_ID is not null.
RS_LAST_UPDATE_LOGIN VARCHAR2 32 Indicates the session login associated to the user who last updated the row of JTF_RS_TEAM_MEMBERS if RS_TEAM_MEMBER_ID is not null.
RS_DELETE_FLAG VARCHAR2 1 Loaded from JTF_RS_TEAM_MEMBERS.DELETE_FLAG. Indicates whether the resource record is logically deleted (Y or N). It makes sense only if RS_TEAM_MEMBER_ID is not null.
PRIORITY NUMBER 9 Loaded from SVC_QUEUE_RESOURCES.PRIORITY. Indicates the priority of an overflow queue.
BI_CREATION_DATE TIMESTAMP The date and time this record was created.
BI_LAST_UPDATE_DATE TIMESTAMP The date and time this record was last updated.
BI_DELETED_FLAG VARCHAR2 1 Indicates whether this row is logically deleted (Y or N).

Indexes

Index Uniqueness Tablespace Columns
SVC_BI_QUEUE_RESOURCES_N1 Non Unique Default QUEUE_RESOURCE_ID
SVC_BI_QUEUE_RESOURCES_N10 Non Unique Default UNIQUE_RESOURCE_FLAG
SVC_BI_QUEUE_RESOURCES_N11 Non Unique Default DELETED_FLAG
SVC_BI_QUEUE_RESOURCES_N12 Non Unique Default RS_DELETE_FLAG
SVC_BI_QUEUE_RESOURCES_N2 Non Unique Default QUEUE_ID
SVC_BI_QUEUE_RESOURCES_N3 Non Unique Default OBJECT_ID
SVC_BI_QUEUE_RESOURCES_N4 Non Unique Default RESOURCE_ID
SVC_BI_QUEUE_RESOURCES_N5 Non Unique Default RS_TEAM_MEMBER_ID
SVC_BI_QUEUE_RESOURCES_N6 Non Unique Default RS_TEAM_ID
SVC_BI_QUEUE_RESOURCES_N7 Non Unique Default RS_TEAM_RESOURCE_ID
SVC_BI_QUEUE_RESOURCES_N8 Non Unique Default OBJECT_TYPE_CD
SVC_BI_QUEUE_RESOURCES_N9 Non Unique Default RS_RESOURCE_TYPE
SVC_BI_QUEUE_RESOURCES_PK Unique Default BI_QUEUE_RESOURCE_ID
SVC_BI_QUEUE_RESOURCES_U1 Unique Default QUEUE_RS_TEAM_MEMBER_ID