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


TABLE: IGW.IGW_REPORT_Q_EXPLANATION

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


IGW_REPORT_Q_EXPLANATION stores explanations for questions.
This is a processing table used in printing proposals.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_REPORT_Q_EXPLANATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnQUESTION_NUMBER
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
QUESTION_NUMBER VARCHAR2 (4) Yes Question number
EXPLANATION VARCHAR2 (2000)
Explanation to a question
PROPOSAL_FORM_NUMBER VARCHAR2 (30)
Proposal form number or EDI transaction set number. Examples are PHS 398 and 194TS.
Query Text

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


SELECT ORGANIZATION_ID
,      QUESTION_NUMBER
,      EXPLANATION
,      PROPOSAL_FORM_NUMBER
FROM IGW.IGW_REPORT_Q_EXPLANATION;

Dependencies

[top of page]

IGW.IGW_REPORT_Q_EXPLANATION does not reference any database object

IGW.IGW_REPORT_Q_EXPLANATION is referenced by following:

SchemaAPPS
SynonymIGW_REPORT_Q_EXPLANATION