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


TABLE: IGS.IGS_PE_PERS_RELN_TYP

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


IGS_PE_PERS_RELN_TYP describes the type of relationships that people can have recorded on the system, for example, brother, father.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_PERS_RELN_TYP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_RELATION_TYPE
Columns
Name Datatype Length Mandatory Comments
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
PERSON_RELATION_TYPE VARCHAR2 (10) Yes Describes the type of relationships that can exist between people. For example, sister, father, and others.
DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the person relation type
Query Text

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


SELECT CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PERSON_RELATION_TYPE
,      DESCRIPTION
FROM IGS.IGS_PE_PERS_RELN_TYP;

Dependencies

[top of page]

IGS.IGS_PE_PERS_RELN_TYP does not reference any database object

IGS.IGS_PE_PERS_RELN_TYP is referenced by following:

SchemaAPPS
SynonymIGS_PE_PERS_RELN_TYP