[Home] [Help]
[Dependency Information]
| Object Name: | PRP_TEMPLATE_COMPONENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PRP |
| FND Design Data: | PRP.PRP_TEMPLATE_COMPONENTS
|
| Subobject Name: | |
| Status: | VALID |
This table contains the list of components associated with a template.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PRP_TEMPLATE_COMPONENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEMPLATE_COMPONENT_ID
|
| PRP_TEMPLATE_COMPONENTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEMPLATE_ID
COMPONENT_ID
|
| PRP_TEMPLATE_COMPONENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DEFAULT_COMP_STYLE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEMPLATE_COMPONENT_ID | NUMBER | Yes | Template component identifier. This is a primary key column. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object Version Number |
| TEMPLATE_ID | NUMBER | Yes | Template identifier | |
| COMPONENT_ID | NUMBER | Yes | Component identifier | |
| DISPLAY_ORDER | NUMBER | Yes | Order of the component within the template | |
| MANDATORY_FLAG | VARCHAR2 | (1) | Yes | Indicates if the component is mandatory in the template. If the value is 'Y', then it is mandatory. |
| DEFAULT_COMP_STYLE_ID | NUMBER | Yes | Default component style for the component in the template | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_COMPONENT_ID
, OBJECT_VERSION_NUMBER
, TEMPLATE_ID
, COMPONENT_ID
, DISPLAY_ORDER
, MANDATORY_FLAG
, DEFAULT_COMP_STYLE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PRP.PRP_TEMPLATE_COMPONENTS;
PRP.PRP_TEMPLATE_COMPONENTS does not reference any database object
PRP.PRP_TEMPLATE_COMPONENTS is referenced by following:
PRP
PRP_TEMPLATE_COMPONENTS#
|
|
|
|