JTF_RS_REP_MANAGERS_SS
Snapshot table used to temporarily store the reporting hierarchy.
Details
-
Schema: FUSION
-
Object owner: HZ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
JTF_RS_REP_MANAGERS_SS_PK |
DENORM_MGR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DENORM_MGR_ID | NUMBER | 18 | Yes | Unique identifier for denorm record | |
TREE_STRUCTURE_CODE | VARCHAR2 | 30 | Tree structure code of the resource organization hierarchy. FK to FND_TREE_STRUCTURE.TREE_STRUCTURE_CODE | ||
TREE_CODE | VARCHAR2 | 30 | Tree code of the resource organization hierarchy. FK to FND_TREE.TREE_CODE | ||
TREE_VERSION_ID | VARCHAR2 | 32 | Tree version id of the resource organization hierarchy. FK to FND_TREE_VERSION.TREE_VERSION_ID | ||
RESOURCE_ID | NUMBER | 18 | Yes | Identifier for the resource member party. Foreign key to the HZ_PARTIES.PARTY_ID. | |
GROUP_ID | NUMBER | 18 | Yes | The group identifier to which this record refers to | |
HIERARCHY_TYPE | VARCHAR2 | 30 | Yes | the hierarchy type ( refers to fnd_lookups where looup type is JTF_RS_HIERARCHY | |
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. | ||
REPORTS_TO_FLAG | VARCHAR2 | 1 | Yes | This flag indicates whether the resource is directly reporting to the manager | |
START_DATE_ACTIVE | DATE | Yes | Active Start date of the Relation | ||
END_DATE_ACTIVE | DATE | Active End date od Relation | |||
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. | |
PAR_ROLE_RELATE_ID | NUMBER | The role relation Identifier of the manager record | |||
CHILD_ROLE_RELATE_ID | NUMBER | The Role Relate Identifier of the member | |||
PARENT_RESOURCE_ID | NUMBER | The resource id of the manager | |||
DENORM_LEVEL | NUMBER | Column to show the depth of the hierarchy | |||
CONFLICT_ID | NUMBER | 18 | Yes | Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). | |
USER_LAST_UPDATE_DATE | TIMESTAMP | Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). | |||
CPDRF_VER_SOR | NUMBER | 9 | Cross Pillar Data Replication Framework (CPDRF) system column for tracking record version in System of Record (SOR) pillar when a record change is replicated to subscribing pillars by the replication flows. | ||
CPDRF_VER_PILLAR | NUMBER | 9 | Cross Pillar Data Replication Framework (CPDRF) system column for tracking record version when a record is changed by replication flows | ||
CPDRF_LAST_UPD | VARCHAR2 | 15 | Cross Pillar Data Replication Framework (CPDRF) system column for tracking source pillar name when a record is changed by the replication flows. | ||
PARENT_ORG_ID | NUMBER | 18 | The organization identifier to which the parent resource refers to |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
JTF_RS_REP_MANAGERS_SS_N1 | Non Unique | JTF_RS_REP_MANAGERS_SS_N1 | TREE_STRUCTURE_CODE, TREE_CODE, TREE_VERSION_ID, PAR_ROLE_RELATE_ID, CHILD_ROLE_RELATE_ID, GROUP_ID |
JTF_RS_REP_MANAGERS_SS_U1 | Unique | FUSION_TS_TX_IDX | DENORM_MGR_ID |