[Home] [Help]
[Dependency Information]
Object Name: | PER_ORG_STRUCTURE_ELEMENTS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PER_ORG_STRUCTURE_ELEMENTS holds information on the hierarchical
relationship between organizations in a specific hierarchy version.
Each row stores one parent-child relationship. The parent is
identified by ORGANIZATION_ID_PARENT and the child is identified by
ORGANIZATION_ID_CHILD. An organization can never be its own parent or
child, and the top organization in a hierarchy will never appear in
ORGANIZATION_ID_CHILD.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PER_ORG_STRUCTURE_ELEMENTS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PER_ORG_STRUCTURE_ELEMENTS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS_FK4 | NORMAL | NONUNIQUE |
![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS_N50 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Table | |
Foreign Table | Foreign Key Column | PER_ORG_STRUCTURE_ELEMENTS | ![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS BUSINESS_GROUP_ID | PER_ORG_STRUCTURE_ELEMENTS | ![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS ORGANIZATION_ID_CHILD | PER_ORG_STRUCTURE_ELEMENTS | ![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS ORGANIZATION_ID_PARENT | PER_ORG_STRUCTURE_ELEMENTS | ![]() |
![]() |
PER_ORG_STRUCTURE_ELEMENTS ORG_STRUCTURE_VERSION_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_STRUCTURE_ELEMENT_ID | NUMBER | (15) | Yes | System generated organization structure element primary key, from PER_ORG_STRUCTURE_ELEMENTS_S. |
BUSINESS_GROUP_ID | NUMBER | (15) | Foreign key to HR_ORGANIZATION_UNITS. | |
ORGANIZATION_ID_PARENT | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. Identifies the parent organization. |
ORG_STRUCTURE_VERSION_ID | NUMBER | Yes | Foreign key to PER_ORG_STRUCTURE_VERSIONS. Identifies the specific version of the hierarchy . | |
ORGANIZATION_ID_CHILD | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. Identifies the child organization. |
REQUEST_ID | NUMBER | (15) | Standard Who Column. | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who column. | |
PROGRAM_ID | NUMBER | (15) | Standard Who Column. | |
PROGRAM_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
CREATION_DATE | DATE | Standard Who column. | ||
OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. | |
POSITION_CONTROL_ENABLED_FLAG | VARCHAR2 | (10) | Position Control flag | |
PARTY_ID | NUMBER | (15) | Party Id |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_STRUCTURE_ELEMENT_ID
, BUSINESS_GROUP_ID
, ORGANIZATION_ID_PARENT
, ORG_STRUCTURE_VERSION_ID
, ORGANIZATION_ID_CHILD
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
, POSITION_CONTROL_ENABLED_FLAG
, PARTY_ID
FROM HR.PER_ORG_STRUCTURE_ELEMENTS;
HR.PER_ORG_STRUCTURE_ELEMENTS does not reference any database object
HR.PER_ORG_STRUCTURE_ELEMENTS is referenced by following:
|
|
|