JTF_RS_RESOURCE_ORG_BU

This is new table in FUSION which is used to support Resource Organization Business Unit

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

JTF_RS_RESOURCE_ORG_BU_PK

RESOURCE_ORG_BU_ID

Columns

Name Datatype Length Precision Not-null Comments
RESOURCE_ORG_BU_ID NUMBER 18 Yes Resource Organizarion Business Unit Identifier
ORGANIZATION_ID NUMBER 18 Yes Organization Identifier
BUSINESS_UNIT_ID NUMBER 18 Yes Identifier which uniquely identifies Business unit
PRIMARY_FLAG VARCHAR2 1 Primary Flag which indicates primary business unit of an Organization
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.

Indexes

Index Uniqueness Tablespace Columns
JTF_RS_RESOURCE_ORG_BU_PK Unique Default RESOURCE_ORG_BU_ID
JTF_RS_RESOURCE_ORG_BU_U2 Unique Default ORGANIZATION_ID, BUSINESS_UNIT_ID