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


TABLE: IGS.IGS_OR_UNIT_REL

Object Details
Object Name: IGS_OR_UNIT_REL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_OR_UNIT_REL
Subobject Name:
Status: VALID


IGS_OR_UNIT_REL describes parent and child relationships between organizational units. An organizational unit might have many parents and many children.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_UNIT_REL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_ORG_UNIT_CD
ColumnPARENT_START_DT
ColumnCHILD_ORG_UNIT_CD
ColumnCHILD_START_DT
ColumnCREATE_DT
IGS_OR_UNIT_REL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHILD_ORG_UNIT_CD
ColumnCHILD_START_DT
Columns
Name Datatype Length Mandatory Comments
PARENT_ORG_UNIT_CD 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.
PARENT_START_DT DATE
Yes The start date of a parent organizational unit in an organizational unit relationship. An organizational unit can have multiple parent organizational units.
CHILD_ORG_UNIT_CD 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.
CHILD_START_DT DATE
Yes The start date of a child organizational unit in an organizational unit relationship. An organizational unit may have multiple child organizational units.
CREATE_DT DATE
Yes The date from that the organizational unit relationship is effective.
LOGICAL_DELETE_DT 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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARENT_ORG_UNIT_CD
,      PARENT_START_DT
,      CHILD_ORG_UNIT_CD
,      CHILD_START_DT
,      CREATE_DT
,      LOGICAL_DELETE_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_UNIT_REL;

Dependencies

[top of page]

IGS.IGS_OR_UNIT_REL does not reference any database object

IGS.IGS_OR_UNIT_REL is referenced by following:

SchemaAPPS
SynonymIGS_OR_UNIT_REL