[Home] [Help]
[Dependency Information]
| Object Name: | OKE_ATTRIBUTE_GROUPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_ATTRIBUTE_GROUPS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
FND_DESCR_FLEX_CONTEXTS_VL
FND_LOOKUP_VALUES_VL
APPS
OKE_ATTRGRP_ASSIGNED_V
OKE_ATTRGRP_AVAIL_V
OKE_FLDMX_ATTRGRP_RTREE_V
OKE_K_ACCESS_RULES_PKG2
- show dependent code
OKE_K_ACCESS_RULES_V
|
|
|
|