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


VIEW: APPS.AK_CATEGORY_USAGES_V

Object Details
Object Name: AK_CATEGORY_USAGES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAK.AK_CATEGORY_USAGES_V
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 Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
REGION_CODE VARCHAR2 (30) Yes Region code for a given region.
REGION_APPLICATION_ID NUMBER (15) Yes Application id where the region will be used.
ATTRIBUTE_CODE VARCHAR2 (30) Yes Attribute Code of the given attribute
ATTRIBUTE_APPLICATION_ID NUMBER (15) Yes Application Id where the attribute will be used
ITEM_NAME VARCHAR2 (30)
Item name.
CATEGORY_ID NUMBER
Yes Reference to category
NAME VARCHAR2 (30) Yes Name of Category
USER_NAME VARCHAR2 (255) Yes User Name
APPLICATION_ID NUMBER

Application id
SHOW_ALL VARCHAR2 (1)
Flag indicates whether all attachments of all categories will be shown for this region.
Query Text

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


SELECT REGION_CODE
,      REGION_APPLICATION_ID
,      ATTRIBUTE_CODE
,      ATTRIBUTE_APPLICATION_ID
,      ITEM_NAME
,      CATEGORY_ID
,      NAME
,      USER_NAME
,      APPLICATION_ID
,      SHOW_ALL
FROM APPS.AK_CATEGORY_USAGES_V;

Dependencies

[top of page]

APPS.AK_CATEGORY_USAGES_V references the following:

SchemaAPPS
SynonymAK_CATEGORY_USAGES
SynonymAK_REGION_ITEMS
ViewFND_DOCUMENT_CATEGORIES_VL

APPS.AK_CATEGORY_USAGES_V is not referenced by any database object