[Home] [Help]
[Dependency Information]
| Object Name: | OKE_ARTICLE_SUBJECTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_ARTICLE_SUBJECTS_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 |
|---|---|---|---|---|
| ARTICLE_SUBJECT_CODE | VARCHAR2 | (30) | Yes | Contract article subject code |
| ARTICLE_SUBJECT_NAME | VARCHAR2 | (80) | Yes | Contract article subject name |
| DESCRIPTION | VARCHAR2 | (240) | Description of article subject | |
| START_DATE_ACTIVE | DATE | Date this article subject becomes active | ||
| END_DATE_ACTIVE | DATE | Date this article subject becomes inactive | ||
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether this article subject is enabled |
Cut, paste (and edit) the following text to query this object:
SELECT ARTICLE_SUBJECT_CODE
, ARTICLE_SUBJECT_NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, ENABLED_FLAG
FROM APPS.OKE_ARTICLE_SUBJECTS_V;
APPS
FND_LOOKUP_VALUES_VL
APPS
OKE_FLDMX_ARTICLE_RTREE_V
|
|
|
|