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


VIEW: APPS.JTM_AK_ATTRIBUTES_V

Object Details
Object Name: JTM_AK_ATTRIBUTES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes
ATTRIBUTE_APPLICATION_ID NUMBER (15) Yes Product team's application ID which the attribute belongs to
ATTRIBUTE_CODE VARCHAR2 (30) Yes Attribute identifier
NAME VARCHAR2 (80) Yes Name of the attribute
DESCRIPTION VARCHAR2 (2000)
Description of attribute
ATTRIBUTE_LABEL_LONG VARCHAR2 (80)
Label/Prompt of attribute
ATTRIBUTE_LABEL_SHORT VARCHAR2 (40)
A short label/prompt of attribute (this column is obsolete, do not use)
ATTRIBUTE_LABEL_LENGTH NUMBER (15)
Number of characters to be displayed for the attribute label
ATTRIBUTE_VALUE_LENGTH NUMBER (15)
Number of characters to be displayed for the attribute value
BOLD VARCHAR2 (1) Yes Bold flag ('Y' - Bold the attribute value, 'N' - Do not bold the attribute value)
ITALIC VARCHAR2 (1) Yes Italic flag ('Y' - Italicize the attribute value, 'N' - Do not italicize the attribute value)
HORIZONTAL_ALIGNMENT VARCHAR2 (30) Yes Horizontal alignment for attribute
VERTICAL_ALIGNMENT VARCHAR2 (30) Yes Vertical Alignment for attribute
DATA_TYPE VARCHAR2 (30) Yes Data type of attribute
UPPER_CASE_FLAG VARCHAR2 (1)
Flag to indicate whether the attribute should be in upper case ('Y' - upper case, 'N' - not upper case)
DEFAULT_VALUE_VARCHAR2 VARCHAR2 (240)
Default value of attribute when the data type of the attribute is VARCHAR
DEFAULT_VALUE_NUMBER NUMBER (15)
Default value of attribute when the data type of the attribute is NUMBER
DEFAULT_VALUE_DATE DATE

Default value of attribute when the data type of the attribute is DATE or DATETIME
LOV_REGION_CODE VARCHAR2 (30)
LOV Region identifier
LOV_REGION_APPLICATION_ID NUMBER (15)
Product team's application ID which the LOV Region belongs to
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
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) Yes Standard Who Column
ITEM_STYLE VARCHAR2 (30) Yes Type of HTML User Interface object that will be use to represent this data.
DISPLAY_HEIGHT NUMBER

If this item is a text area then this property defines the vertical number of lines for that text.
CSS_CLASS_NAME VARCHAR2 (80)
The cascading style sheet class name to apply to the label of a data item or the static text that will be displayed on a page.
POPLIST_VIEWOBJECT VARCHAR2 (240)
If this attribute is of item style poplist then this property defines the view object source for the list of possible values for the poplist.
POPLIST_DISPLAY_ATTRIBUTE VARCHAR2 (80)
If this attribute is of item style poplist then this property defines the view object source for the list of possible display values for the poplist that user can choose from.
POPLIST_VALUE_ATTRIBUTE VARCHAR2 (80)
If this attribute is of item style poplist then this property defines the view object source for the list of possible returned values for the poplist that user can choose from.
CSS_LABEL_CLASS_NAME VARCHAR2 (80)
The cascading style sheet label class name to apply to the value of a data item that will be displayed on a page.
EXPANSION NUMBER (15)
EXPANSION
ALS_MAX_LENGTH NUMBER (15)
PRECISION NUMBER (15)
precision of data column when the data type is a number.
LANGUAGE VARCHAR2 (4) Yes The language code of the language which the translatable fields are translated to
SOURCE_LANG VARCHAR2 (4) Yes Language code of the language which the values of the translatable columns were originally entered
Query Text

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


SELECT ACCESS_ID
,      ATTRIBUTE_APPLICATION_ID
,      ATTRIBUTE_CODE
,      NAME
,      DESCRIPTION
,      ATTRIBUTE_LABEL_LONG
,      ATTRIBUTE_LABEL_SHORT
,      ATTRIBUTE_LABEL_LENGTH
,      ATTRIBUTE_VALUE_LENGTH
,      BOLD
,      ITALIC
,      HORIZONTAL_ALIGNMENT
,      VERTICAL_ALIGNMENT
,      DATA_TYPE
,      UPPER_CASE_FLAG
,      DEFAULT_VALUE_VARCHAR2
,      DEFAULT_VALUE_NUMBER
,      DEFAULT_VALUE_DATE
,      LOV_REGION_CODE
,      LOV_REGION_APPLICATION_ID
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ITEM_STYLE
,      DISPLAY_HEIGHT
,      CSS_CLASS_NAME
,      POPLIST_VIEWOBJECT
,      POPLIST_DISPLAY_ATTRIBUTE
,      POPLIST_VALUE_ATTRIBUTE
,      CSS_LABEL_CLASS_NAME
,      EXPANSION
,      ALS_MAX_LENGTH
,      PRECISION
,      LANGUAGE
,      SOURCE_LANG
FROM APPS.JTM_AK_ATTRIBUTES_V;

Dependencies

[top of page]

APPS.JTM_AK_ATTRIBUTES_V references the following:

SchemaAPPS
SynonymAK_ATTRIBUTES
SynonymAK_ATTRIBUTES_TL
PL/SQL PackageASG_BASE - show dependent code
SynonymJTM_AK_ATTRIBUTES_ACC

APPS.JTM_AK_ATTRIBUTES_V is not referenced by any database object