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


VIEW: APPS.OKX_CATEGORY_SETS_V

Object Details
Object Name: OKX_CATEGORY_SETS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_CATEGORY_SETS_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 set identifier
ID2 CHAR (1)
(Multi-part) Primary Key
NAME VARCHAR2 (30) Yes Category set translated name
B_STATUS VARCHAR2 (1) Yes Flag indicating category validation required
STATUS VARCHAR2 (1)
Status
DESCRIPTION VARCHAR2 (240)
Category set translated description
STRUCTURE_ID NUMBER
Yes Flexfield structure identifier
START_DATE_ACTIVE DATE

Date record becomes active
END_DATE_ACTIVE DATE

Date record becomes inactive
Query Text

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


SELECT ID1
,      ID2
,      NAME
,      B_STATUS
,      STATUS
,      DESCRIPTION
,      STRUCTURE_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.OKX_CATEGORY_SETS_V;

Dependencies

[top of page]

APPS.OKX_CATEGORY_SETS_V references the following:

SchemaAPPS
SynonymMTL_CATEGORY_SETS_B
SynonymMTL_CATEGORY_SETS_TL

APPS.OKX_CATEGORY_SETS_V is not referenced by any database object