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


TABLE: PRP.PRP_TEMPLATE_COMPONENTS

Object Details
Object Name: PRP_TEMPLATE_COMPONENTS
Object Type: TABLE
Owner: PRP
FND Design Data: TablePRP.PRP_TEMPLATE_COMPONENTS
Subobject Name:
Status: VALID


This table contains the list of components associated with a template.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_TEMPLATE_COMPONENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_COMPONENT_ID
PRP_TEMPLATE_COMPONENTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnCOMPONENT_ID
PRP_TEMPLATE_COMPONENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFAULT_COMP_STYLE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PRP.PRP_TEMPLATE_COMPONENTS does not reference any database object

PRP.PRP_TEMPLATE_COMPONENTS is referenced by following:

SchemaAPPS
SynonymPRP_TEMPLATE_COMPONENTS