[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_ORG_UNIT_HIERARCHIES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This entity describes parent and child relationships between organizational units. An organizational unit may have many parents and many children.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | The organizational unit code for a parent organizational unit in an organizational unit relationship. An organizational unit may have multiple parent organizational units. An organizational unit is a business unit of an institution or organization. |
PARENT_START_DATE | DATE | Yes | The start date of a parent organizational unit in an organizational unit relationship. An organizational unit can have multiple parent organizational units. An organizational unit is a business unit of an institution or organization. | |
CHILD_ORG_UNIT_CODE | VARCHAR2 | (30) | Yes | The organizational unit code for a child organizational unit in an organizational unit relationship. An organizational unit can have multiple child organizational units. An organizational unit is a business unit of an institution. |
CHILD_START_DATE | DATE | Yes | The start date of a child organizational unit in an organizational unit relationship. An organizational unit may have multiple child organizational units. An organizational unit is a business unit of an institution or organization. | |
CREATE_DATE | DATE | Yes | The date from that the organizational unit relationship is effective. | |
LOGICAL_DELETE_DATE | DATE | The date the organizational unit relationship was deleted. Relationships are logically deleted. It is possible to inquire on logically deleted relationships. | ||
PARENT_ORG_UNIT_NAME | VARCHAR2 | (360) | Yes | Name of the organizational unit for a parent organizational unit in an organizational unit relationship. |
CHILD_ORG_UNIT_NAME | VARCHAR2 | (360) | Yes | Name of the organizational unit for a child organizational unit in an organizational unit relationship. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ORG_UNIT_CODE
, PARENT_START_DATE
, CHILD_ORG_UNIT_CODE
, CHILD_START_DATE
, CREATE_DATE
, LOGICAL_DELETE_DATE
, PARENT_ORG_UNIT_NAME
, CHILD_ORG_UNIT_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_ORG_UNIT_HIERARCHIES;
APPS.IGSFV_ORG_UNIT_HIERARCHIES is not referenced by any database object
|
|
|