[Home] [Help]
[Dependency Information]
| Object Name: | IGP_VW_PORT_ACTIVITIES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGP_VW_PORT_ACTIVITIES
|
| Subobject Name: | |
| Status: | VALID |
Table to store the Portfolio Activities
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGP_VW_PORT_ACTIVITIES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACTIVITY_ID
|
| IGP_VW_PORT_ACTIVITIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PORTFOLIO_ID
PINCODE
|
| IGP_VW_PORT_ACTIVITIES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PORTFOLIO_ID
PARTY_ID
|
| 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 |
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;
IGS.IGP_VW_PORT_ACTIVITIES does not reference any database object
IGS.IGP_VW_PORT_ACTIVITIES is referenced by following:
APPS
IGP_VW_PORT_ACTIVITIES
|
|
|
|