[Home] [Help]
[Dependency Information]
| Object Name: | OKX_CATEGORIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_CATEGORIES_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 |
|---|---|---|---|---|
| ID1 | NUMBER | Yes | Category identifier | |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| STRUCTURE_ID | NUMBER | Yes | Flexfield structure identifier | |
| NAME | VARCHAR2 | (240) | Key flexfield segment | |
| PRIMARY_UOM_CODE | VARCHAR2 | (0) | Primary Unit of Measure Code | |
| B_STATUS | VARCHAR2 | (1) | Yes | Flag indicating whether segment combination is enabled |
| STATUS | VARCHAR2 | (1) | Status | |
| DESCRIPTION | VARCHAR2 | (163) | Category translated description | |
| START_DATE_ACTIVE | DATE | Date segment combination becomes active | ||
| END_DATE_ACTIVE | DATE | Date segment combination becomes inactive |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, STRUCTURE_ID
, NAME
, PRIMARY_UOM_CODE
, B_STATUS
, STATUS
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.OKX_CATEGORIES_V;
APPS
MTL_CATEGORIES_B_KFV
MTL_CATEGORIES_TL
APPS.OKX_CATEGORIES_V is not referenced by any database object
|
|
|
|