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


VIEW: APPS.OKE_ATTRIBUTE_GROUPS_V

Object Details
Object Name: OKE_ATTRIBUTE_GROUPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_ATTRIBUTE_GROUPS_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
ATTRIBUTE_GROUP_TYPE VARCHAR2 (6)
Attribute group type, either system or user
ATTRIBUTE_GROUP_CODE VARCHAR2 (30)
Attribute group code
ATTRIBUTE_GROUP_NAME VARCHAR2 (80)
Attribute group name
DESCRIPTION VARCHAR2 (240)
Description of attribute group
START_DATE_ACTIVE DATE

Date this attribute group becomes active
END_DATE_ACTIVE DATE

Date this attribute group becomes inactive
ENABLED_FLAG VARCHAR2 (1)
Flag indicating whether this attribute group is enabled
Query Text

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


SELECT ATTRIBUTE_GROUP_TYPE
,      ATTRIBUTE_GROUP_CODE
,      ATTRIBUTE_GROUP_NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ENABLED_FLAG
FROM APPS.OKE_ATTRIBUTE_GROUPS_V;

Dependencies

[top of page]

APPS.OKE_ATTRIBUTE_GROUPS_V references the following:

SchemaAPPS
ViewFND_DESCR_FLEX_CONTEXTS_VL
ViewFND_LOOKUP_VALUES_VL
APPS.OKE_ATTRIBUTE_GROUPS_V is referenced by following:

SchemaAPPS
ViewOKE_ATTRGRP_ASSIGNED_V
ViewOKE_ATTRGRP_AVAIL_V
ViewOKE_FLDMX_ATTRGRP_RTREE_V
Package BodyOKE_K_ACCESS_RULES_PKG2 - show dependent code
ViewOKE_K_ACCESS_RULES_V