[Home] [Help]
[Dependency Information]
| Object Name: | AK_CATEGORY_USAGES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AK.AK_CATEGORY_USAGES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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. |
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;
APPS
AK_CATEGORY_USAGES
AK_REGION_ITEMS
FND_DOCUMENT_CATEGORIES_VL
APPS.AK_CATEGORY_USAGES_V is not referenced by any database object
|
|
|
|