[Home] [Help]
[Dependency Information]
| Object Name: | OKI_CONTCAT_OLTP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
This view stores Contract categories
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCS_CODE | VARCHAR2 | (30) | Yes | Contract category code |
| CATEGORY | VARCHAR2 | (90) | Yes | Category meaning |
| CATEGORY_DESCRIPTION | VARCHAR2 | (1995) | Contract Category Description |
Cut, paste (and edit) the following text to query this object:
SELECT SCS_CODE
, CATEGORY
, CATEGORY_DESCRIPTION
FROM APPS.OKI_CONTCAT_OLTP_V;
APPS
OKC_SUBCLASSES_TL
APPS.OKI_CONTCAT_OLTP_V is not referenced by any database object
|
|
|
|