[Home] [Help]
[Dependency Information]
| Object Name: | IGP_US_PAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGP_US_PAGES
|
| Subobject Name: | |
| Status: | VALID |
Table to store the Portfolio Pages
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGP_US_PAGES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAGE_ID
|
| IGP_US_PAGES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PORTFOLIO_ID
PAGE_NAME
|
| SYS_IL0000402848C00006$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| IGP_US_PAGES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CREATED_BY
|
| IGP_US_PAGES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LAST_UPDATED_BY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAGE_ID | NUMBER | Yes | Sequence generated Primary Key | |
| PORTFOLIO_ID | NUMBER | Yes | Portfolio Id to which the page will belong | |
| PAGE_NAME | VARCHAR2 | (256) | Yes | Name of the page |
| PAGE_TITLE | VARCHAR2 | (80) | Title of the page. | |
| PRIMARY_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the page is the primary page in the portfolio |
| PAGE_CONTENT | CLOB | (4000) | Yes | Contents of the page |
| EXTERNAL_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether the page was created by the wizard or is a external uploaded page. |
| 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 PAGE_ID
, PORTFOLIO_ID
, PAGE_NAME
, PAGE_TITLE
, PRIMARY_FLAG
, PAGE_CONTENT
, EXTERNAL_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM IGS.IGP_US_PAGES;
IGS.IGP_US_PAGES does not reference any database object
IGS.IGP_US_PAGES is referenced by following:
APPS
IGP_US_PAGES
|
|
|
|