[Home] [Help]
[Dependency Information]
| Object Name: | OKC_ART_SET_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_ART_SET_NAMES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View created for backward compatibility based on Folders
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SAT_CODE | VARCHAR2 | (40) | This column is used to store unique id of the folder | |
| NAME | VARCHAR2 | (150) | Yes | This column is used to store name of the folder |
| DESCRIPTION | VARCHAR2 | (450) | This column is used to store description of the folder |
Cut, paste (and edit) the following text to query this object:
SELECT SAT_CODE
, NAME
, DESCRIPTION
FROM APPS.OKC_ART_SET_NAMES_V;
APPS
OKC_FOLDERS_ALL_TL
OKC_FOLDERS_B
APPS.OKC_ART_SET_NAMES_V is not referenced by any database object
|
|
|
|