DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_ORG_UNIT_HIERARCHIES

Object Details
Object Name: IGSBV_ORG_UNIT_HIERARCHIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_ORG_UNIT_HIERARCHIES
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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.
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
Query Text

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
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_UNIT_HIERARCHIES;

Dependencies

[top of page]

APPS.IGSBV_ORG_UNIT_HIERARCHIES references the following:

SchemaAPPS
SynonymIGS_OR_UNIT_REL

APPS.IGSBV_ORG_UNIT_HIERARCHIES is not referenced by any database object