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


VIEW: APPS.OKX_CATEGORIES_V

Object Details
Object Name: OKX_CATEGORIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_CATEGORIES_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
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
Query Text

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;

Dependencies

[top of page]

APPS.OKX_CATEGORIES_V references the following:

SchemaAPPS
ViewMTL_CATEGORIES_B_KFV
SynonymMTL_CATEGORIES_TL

APPS.OKX_CATEGORIES_V is not referenced by any database object