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


TABLE: IGS.IGP_VW_PORT_ACTIVITIES

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


Table to store the Portfolio Activities


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGP_VW_PORT_ACTIVITIES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTIVITY_ID
IGP_VW_PORT_ACTIVITIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPORTFOLIO_ID
ColumnPINCODE
IGP_VW_PORT_ACTIVITIES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPORTFOLIO_ID
ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
ACTIVITY_ID NUMBER
Yes Sequence generated Primary Key
PORTFOLIO_ID NUMBER
Yes Portfolio Id on which the comment is given
PARTY_ID NUMBER (15)
Unique identifier of the Viewer, who did the activity
PINCODE VARCHAR2 (30)
This represents the NON-REGISTERED viewer
ORG_PARTY_ID NUMBER (15)
If the viewer is a registered viewer then this column represent that in respect of which organization viewer is giving the comment
ACCESS_DATE DATE
Yes Stores the date and time when the comment was given on a portfolio
ACCESS_TYPE_CODE VARCHAR2 (30) Yes Identifier indicating the Activity done by the Viewer was a Public Activity or Assigned Activity. Public Activity is an activity when a Registered Viewer views a Portfolio not assigned to him/her. Valid values will be from lookup type IGP_VW_ACCESS_TYPE
NOTE VARCHAR2 (2000) Yes Actual comment given by the viewer
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 ACTIVITY_ID
,      PORTFOLIO_ID
,      PARTY_ID
,      PINCODE
,      ORG_PARTY_ID
,      ACCESS_DATE
,      ACCESS_TYPE_CODE
,      NOTE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IGS.IGP_VW_PORT_ACTIVITIES;

Dependencies

[top of page]

IGS.IGP_VW_PORT_ACTIVITIES does not reference any database object

IGS.IGP_VW_PORT_ACTIVITIES is referenced by following:

SchemaAPPS
SynonymIGP_VW_PORT_ACTIVITIES