[Home] [Help]
[Dependency Information]
| Object Name: | OKL_VENDOR_TYPES_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_VENDOR_TYPES_UV
|
| 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 |
|---|---|---|---|---|
| ID | VARCHAR2 | (30) | Yes | QuickCode code |
| NAME | VARCHAR2 | (80) | Yes | QuickCode meaning |
| SCS_CODE | VARCHAR2 | (30) | Yes | Subclass code with which these roles can be classified. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, NAME
, SCS_CODE
FROM APPS.OKL_VENDOR_TYPES_UV;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_SUBCLASS_ROLES
APPS.OKL_VENDOR_TYPES_UV is not referenced by any database object
|
|
|
|