[Home] [Help]
[Dependency Information]
| Object Name: | INVFV_ITEM_CATEGORIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.INVFV_ITEM_CATEGORIES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows items that are grouped into categories within the context of a category set. This provides flexible grouping schemes.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| _KF:CATEGORY_NAME | CHAR | (15) | Item category name | |
| DESCRIPTION | VARCHAR2 | (240) | Item category description | |
| END_EFFECTIVE_DATE | DATE | Disable date | ||
| CATEGORY_FLEX_STRUCTURE | VARCHAR2 | (30) | Yes | Category flexfield structure |
| _DF | CHAR | (25) | Descriptive flexfield | |
| CATEGORY_ID | NUMBER | Yes | Item category identifier | |
| STRUCTURE_ID | NUMBER | Yes | Category flexfield structure identifier | |
| LAST_UPDATED_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATED_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT _KF:CATEGORY_NAME
, DESCRIPTION
, END_EFFECTIVE_DATE
, CATEGORY_FLEX_STRUCTURE
, _DF
, CATEGORY_ID
, STRUCTURE_ID
, LAST_UPDATED_DATE
, LAST_UPDATED_BY
, CREATED_DATE
, CREATED_BY
FROM APPS.INVFV_ITEM_CATEGORIES;
APPS
FND_ID_FLEX_STRUCTURES_VL
MTL_CATEGORIES
APPS.INVFV_ITEM_CATEGORIES is not referenced by any database object
|
|
|
|