[Home] [Help]
[Dependency Information]
| Object Name: | OKE_K_ARTICLES_PRINT_HV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| DNZ_CHR_ID | NUMBER | Contract ID. Denormalized for performance. | ||
| SAV_SAE_ID | NUMBER | Surrogate key used for primary unique identifiers. | ||
| SAV_SAV_RELEASE | VARCHAR2 | (50) | Version of the article. | |
| CAT_TYPE | VARCHAR2 | (3) | Category type. | |
| SBT_CODE | VARCHAR2 | (30) | Surrogate key used for primary unique identifiers. | |
| NAME | VARCHAR2 | (450) | Used for Non-Standard articles. | |
| MAJOR_VERSION | NUMBER | (4) | Yes | The version of the contract for this history record. |
Cut, paste (and edit) the following text to query this object:
SELECT DNZ_CHR_ID
, SAV_SAE_ID
, SAV_SAV_RELEASE
, CAT_TYPE
, SBT_CODE
, NAME
, MAJOR_VERSION
FROM APPS.OKE_K_ARTICLES_PRINT_HV;
APPS
OKC_K_ARTICLES_HV
APPS.OKE_K_ARTICLES_PRINT_HV is not referenced by any database object
|
|
|
|