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


TABLE: IGS.IGP_US_NON_REG_VIEWERS

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


Stores the non-registered viewers who have portfolio assignments.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGP_US_NON_REG_VIEWERS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNONREG_VIEWER_ID
IGP_US_NON_REG_VIEWERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPORTFOLIO_ID
ColumnEMAIL_ADDRESS
IGP_US_NON_REG_VIEWERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPIN_CODE
Columns
Name Datatype Length Mandatory Comments
NONREG_VIEWER_ID NUMBER
Yes Sequence generated Primary key
PORTFOLIO_ID NUMBER
Yes Portfolio Id for which the grant is given
FIRST_NAME VARCHAR2 (150) Yes First Name of the Non Registered User
LAST_NAME VARCHAR2 (150) Yes Last Name of the Non Registered user
EMAIL_ADDRESS VARCHAR2 (2000) Yes Email Address of the Non Registered user
START_DATE DATE
Yes Start Date from which the access will be granted. Presently we are not taking this as a input from the user, we are defaulting it to the sysdate.
END_DATE DATE

End Date till when the access should be valid.
PIN_CODE VARCHAR2 (30) Yes Pin code on the bases of which the user will access the particular portfolio.
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
OBJECT_VERSION_NUMBER NUMBER
Yes Standard Who column
Query Text

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


SELECT NONREG_VIEWER_ID
,      PORTFOLIO_ID
,      FIRST_NAME
,      LAST_NAME
,      EMAIL_ADDRESS
,      START_DATE
,      END_DATE
,      PIN_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IGS.IGP_US_NON_REG_VIEWERS;

Dependencies

[top of page]

IGS.IGP_US_NON_REG_VIEWERS does not reference any database object

IGS.IGP_US_NON_REG_VIEWERS is referenced by following:

SchemaAPPS
SynonymIGP_US_NON_REG_VIEWERS