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


TABLE: IGW.IGW_PROP_NARRATIVES

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


IGW_PROP_NARRATIVES stores information about proposal narratives. It includes information such as module title, module status, name, address, and e-mail of the person responsible for the specific module. A narrative can be in one of several allowable formats and can be attached to a specific module.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_NARRATIVE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnMODULE_ID
SYS_IL0000099447C00018$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
MODULE_ID NUMBER (10) Yes Module identifier
MODULE_TITLE VARCHAR2 (250) Yes Title of module
MODULE_STATUS VARCHAR2 (1) Yes Status of module. Possible values are C for Complete and I for Incomplete.
CONTACT_NAME VARCHAR2 (30)
Contact person for the module
PHONE_NUMBER VARCHAR2 (30)
Phone number of contact person for the module
EMAIL_ADDRESS VARCHAR2 (60)
E-mail of contact person for the module
COMMENTS VARCHAR2 (250)
Comments about module
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
CONTACT_ID NUMBER (15)
Contact Identifier
ABSTRACT_TYPE VARCHAR2 (30)
Abstract Type
ABSTRACT_TYPE_CODE VARCHAR2 (30)
Abstract Type Code
COMMENTS_CLOB CLOB (4000)
Narrative Text
Query Text

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


SELECT PROPOSAL_ID
,      MODULE_ID
,      MODULE_TITLE
,      MODULE_STATUS
,      CONTACT_NAME
,      PHONE_NUMBER
,      EMAIL_ADDRESS
,      COMMENTS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RECORD_VERSION_NUMBER
,      CONTACT_ID
,      ABSTRACT_TYPE
,      ABSTRACT_TYPE_CODE
,      COMMENTS_CLOB
FROM IGW.IGW_PROP_NARRATIVES;

Dependencies

[top of page]

IGW.IGW_PROP_NARRATIVES does not reference any database object

IGW.IGW_PROP_NARRATIVES is referenced by following:

SchemaAPPS
SynonymIGW_PROP_NARRATIVES