[Home] [Help]
[Dependency Information]
| Object Name: | OKE_BUSINESS_AREAS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_BUSINESS_AREAS_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 |
|---|---|---|---|---|
| BUSINESS_AREA_CODE | VARCHAR2 | (30) | Yes | Flowdown business area code |
| BUSINESS_AREA_NAME | VARCHAR2 | (80) | Yes | Flowdown business area name |
| DESCRIPTION | VARCHAR2 | (240) | Description of business area | |
| START_DATE_ACTIVE | DATE | Date this business area becomes active | ||
| END_DATE_ACTIVE | DATE | Date this business area becomes inactive | ||
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether this business area is enabled |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_AREA_CODE
, BUSINESS_AREA_NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, ENABLED_FLAG
FROM APPS.OKE_BUSINESS_AREAS_V;
APPS
FND_LOOKUP_VALUES_VL
APPS
OKE_FLDMX_ARTICLE_RTREE_V
OKE_FLDMX_ATTRGRP_RTREE_V
OKE_FLDMX_DOCUMENT_RTREE_V
OKE_FLDMX_PFORMTYPE_RTREE_V
OKE_FLDMX_STDNOTE_RTREE_V
OKE_FLDMX_TERMCOND_RTREE_V
|
|
|
|