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


VIEW: APPS.OKE_ATTRGRP_AVAIL_V

Object Details
Object Name: OKE_ATTRGRP_AVAIL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_ATTRGRP_AVAIL_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
DATABASE_OBJECT_NAME VARCHAR2 (30) Yes Identifier for the object to which the attribute group belongs
INIT_STAT NUMBER

Initial status of the tree node
DEPTH NUMBER

Tree node depth
LABEL VARCHAR2 (80) Yes Tree node label
ICON CHAR (7)
File name of icon for the tree node
DATA VARCHAR2 (30) Yes Tree node data
SORT_KEY VARCHAR2 (80) Yes Special column used for ordering tree node data
Query Text

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


SELECT DATABASE_OBJECT_NAME
,      INIT_STAT
,      DEPTH
,      LABEL
,      ICON
,      DATA
,      SORT_KEY
FROM APPS.OKE_ATTRGRP_AVAIL_V;

Dependencies

[top of page]

APPS.OKE_ATTRGRP_AVAIL_V references the following:

SchemaAPPS
ViewOKE_ATTRIBUTE_GROUPS_V
ViewOKE_OBJECT_ATTRIBUTES_VL

APPS.OKE_ATTRGRP_AVAIL_V is not referenced by any database object