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


TABLE: MSD.MSD_TEMPLATE_ATTRIBUTES

Object Details
Object Name: MSD_TEMPLATE_ATTRIBUTES
Object Type: TABLE
Owner: MSD
Subobject Name:
Status: VALID


This table stores meta data related to templates that controls the behaviour of Demand Plan UI based on template.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSD_TEMPLATE_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnATTRIBUTE_TYPE
ColumnATTRIBUTE_NAME
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER
Yes Unique Identifer of the Template
ATTRIBUTE_NAME VARCHAR2 (240) Yes Name of the attribute
ATTRIBUTE_TYPE VARCHAR2 (15) Yes Type of attribute
ENABLED_FLAG VARCHAR2 (15)
Indicates whether the field should be enabled or disabled on the UI.
DISPLAYED_FLAG VARCHAR2 (15)
Indicates whether the field should be displayed on the UI or not
ATTRIBUTE_PROMPT VARCHAR2 (80)
Name of the Seeded Message for the prompt.
LOV_NAME VARCHAR2 (80)
Name of the LOV which should be applied on the field
ENABLE_NONSEED_FLAG VARCHAR2 (15)
Indicates whether the field needs to be enabled for non-seeded records.
INSERT_ALLOWED_FLAG VARCHAR2 (15)
Indicates whether the user can add new values into this field or not.
LAST_UPDATE_DATE DATE
Yes Standard who column.
LAST_UPDATED_BY NUMBER
Yes Standard who column.
CREATION_DATE DATE
Yes Standard who column.
CREATED_BY NUMBER
Yes Standard who column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column.
REQUEST_ID NUMBER

Extended who column.
PROGRAM_APPLICATION_ID NUMBER

Extended who column.
PROGRAM_ID NUMBER

Extended who column.
PROGRAM_UPDATE_DATE DATE

Extended who column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TEMPLATE_ID
,      ATTRIBUTE_NAME
,      ATTRIBUTE_TYPE
,      ENABLED_FLAG
,      DISPLAYED_FLAG
,      ATTRIBUTE_PROMPT
,      LOV_NAME
,      ENABLE_NONSEED_FLAG
,      INSERT_ALLOWED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM MSD.MSD_TEMPLATE_ATTRIBUTES;

Dependencies

[top of page]

MSD.MSD_TEMPLATE_ATTRIBUTES does not reference any database object

MSD.MSD_TEMPLATE_ATTRIBUTES is referenced by following:

SchemaMSD
ViewMSD_TEMPLATE_ATTRIBUTES#