[Home] [Help]
[Dependency Information]
| Object Name: | OKC_SECTIONED_ARTICLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_SECTIONED_ARTICLES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCN_ID | NUMBER | Foreign key to the Sections table. | ||
| CONTENT_SEQUENCE | NUMBER | Display number of the article within section. | ||
| LABEL | VARCHAR2 | (60) | Articles label | |
| NAME | VARCHAR2 | (450) | Name | |
| SUBJECT | VARCHAR2 | (80) | Yes | Subject |
| TEXT | CLOB | (4000) | Yes | Articles text |
Cut, paste (and edit) the following text to query this object:
SELECT SCN_ID
, CONTENT_SEQUENCE
, LABEL
, NAME
, SUBJECT
, TEXT
FROM APPS.OKC_SECTIONED_ARTICLES_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_ARTICLES_V
OKC_ARTICLE_VERSIONS
OKC_K_ARTICLES_B
APPS.OKC_SECTIONED_ARTICLES_V is not referenced by any database object
|
|
|
|