BRIDGE_HIERARCHY_RESOURCE_POOLS

This table stores many-to-many relationship between specific resource pools and all its sub or super.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

DIM_ RESOURCE_POOLS

RESOURCE_POOL_ID

PK_ RESOURCE_POOL_ID

Column Descriptions

Column Name

Null?

Data Type

Description

SCD2

PK_HIERARCHY_RESOURCE_POOLS_ID

Nullable

INT

System-generated identifier

 

No

MD_BUSINESS_KEY

Nullable

VARCHAR (1000)

Primary key that is mapped to one or more source columns

 

No

MD_ENTERPRISE_KEY

Nullable

INT

Unique identifier for entity

No

RESOURCE_POOL_ID

Nullable

INT

Unique identifier to the parent

Resource pool record in the

same table.

Yes

RESOURCE_POOL_BUSINESS_KEY

Nullable

VARCHAR (1000)

Foreign key that is mapped to dim_resource_pools

 

Yes

RESOURCE_POOL_ENTERPRISE_KEY

Nullable

INT

Unique identifier for foreign key

 

Yes

PARENT_RESOURCE_POOL_ID

Nullable

INT

Unique identifier to the parent

resource pool for this

resource pool.

 

Yes

PARENT_RESOURCE_POOL_BUSINESS_ KEY

Nullable

VARCHAR (1000)

Foreign key that is mapped to dim_resource_pools

 

Yes

PARENT_RESOURCE_POOL_ ENTERPRISE_KEY

Nullable

INT

Unique identifier for foreign key

 

Yes

RESOURCE_POOLS_LEVEL

Nullable

INT

Interval level between resource pool and its parent resource pool

No

MD_BATCH_ID

Nullable

INT

ID of data batch

No

MD_PROCESS_ID

Nullable

INT

ID of ETL process running on a specific task

No

MD_SOURCE_INSTANCE_ID

Nullable

INT

Content pack ID of source instance

No

MD_CREATEDDATE

Nullable

DATETIME

Date of the record being inserted

No

MD_DELETEDDATE

Nullable

DATETIME

Date of the record being deleted

No

MD_LASTMODDATE

Nullable

DATETIME

Date of the record being updated

No

MD_TRANSLASTIND

Nullable

VARCHAR(1)

Flags whether it is the latest record after updated by SCD2

No

MD_TRANSENDDATE

Nullable

DATETIME

End date of the record being effective

No

MD_ACTIVESTATUSIND

Nullable

VARCHAR(1)

Flags whether or not the old record is deleted

No

MD_HASH_CODE_SCD1

Nullable

VARCHAR(40)

(Only for dimension table) Hash code that is generated by SCD1 columns

No

MD_HASH_CODE_SCD2

Nullable

VARCHAR(40)

(Only for dimension table) Hash code that is generated by SCD2 columns

No

Projections

This table uses no projections.

Sequences

This table uses no sequences.