SVC_BI_QUEUE_RESOURCES_STG

This table is used to stage the data for SVC_BI_QUEUE_RESOURCES, so that the table can be incrementally updated.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_BI_QUEUE_RESOURCES_STG_PK

BI_QUEUE_RESOURCE_STG_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_QUEUE_RESOURCE_STG_ID VARCHAR2 40 Yes Derived 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.
INS_UPD_FLAG VARCHAR2 1 Identifies whether the row should be inserted or updated in SVC_BI_QUEUE_RESOURCES.

Indexes

Index Uniqueness Tablespace Columns
SVC_BI_QUEUE_RESOURCES_STG_PK Unique Default BI_QUEUE_RESOURCE_STG_ID
SVC_BI_QUEUE_RESOURCES_STG_U1 Unique Default QUEUE_RS_TEAM_MEMBER_ID