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


TABLE: IGS.IGS_AD_PNMEMBR_NOTS

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


Table that holds the details about the notes created by the members assigned to an application instance panel


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_PNMEMBR_NOTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPANEL_DTLS_ID
ColumnMEMBER_PERSON_ID
ColumnNOTES_VERSION_NUM
Columns
Name Datatype Length Mandatory Comments
PANEL_DTLS_ID NUMBER
Yes Panel Details ID
MEMBER_PERSON_ID NUMBER (15) Yes Panel Member Person Id
NOTES_VERSION_NUM NUMBER (9) Yes Notes Version Number
MEMBER_NOTES VARCHAR2 (2000) Yes Member Notes
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
Query Text

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


SELECT PANEL_DTLS_ID
,      MEMBER_PERSON_ID
,      NOTES_VERSION_NUM
,      MEMBER_NOTES
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_PNMEMBR_NOTS;

Dependencies

[top of page]

IGS.IGS_AD_PNMEMBR_NOTS does not reference any database object

IGS.IGS_AD_PNMEMBR_NOTS is referenced by following:

SchemaAPPS
SynonymIGS_AD_PNMEMBR_NOTS