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


TABLE: IGW.IGW_PROP_PERSON_DEGREES

Object Details
Object Name: IGW_PROP_PERSON_DEGREES
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_PROP_PERSON_DEGREES
Subobject Name:
Status: VALID


IGW_PROP_PERSON_DEGREES stores information about a person's degrees for a proposal. SHOW_FLAG determines whether the line is printed in the proposal or left out.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_PROP_PERSON_DEGREES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnPERSON_DEGREE_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
PERSON_DEGREE_ID NUMBER (10) Yes Person degree identifier
SHOW_FLAG VARCHAR2 (1) Yes Flag determines whether to print this degree in the proposal. Possible values are Y and N.
DEGREE_SEQUENCE NUMBER (2) Yes Sequence in which the degrees appear on screen and in the proposal
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
RECORD_VERSION_NUMBER NUMBER
Yes Locking sequence number
Query Text

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


SELECT PROPOSAL_ID
,      PERSON_DEGREE_ID
,      SHOW_FLAG
,      DEGREE_SEQUENCE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
FROM IGW.IGW_PROP_PERSON_DEGREES;

Dependencies

[top of page]

IGW.IGW_PROP_PERSON_DEGREES does not reference any database object

IGW.IGW_PROP_PERSON_DEGREES is referenced by following:

SchemaAPPS
SynonymIGW_PROP_PERSON_DEGREES