[Home] [Help]
[Dependency Information]
| Object Name: | IGW_REPORT_Q_EXPLANATION |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_REPORT_Q_EXPLANATION_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
QUESTION_NUMBER
|
| 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. |
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;
IGW.IGW_REPORT_Q_EXPLANATION does not reference any database object
IGW.IGW_REPORT_Q_EXPLANATION is referenced by following:
APPS
IGW_REPORT_Q_EXPLANATION
|
|
|
|