[Home] [Help]
[Dependency Information]
| Object Name: | ICX_CATEGORY_SET_LOV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.ICX_CATEGORY_SET_LOV
|
| 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 |
|---|---|---|---|---|
| CATEGORY_SET_ID | NUMBER | Yes | ||
| CATEGORY_SET_NAME | VARCHAR2 | (30) | Yes | |
| STRUCTURE_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY_SET_ID
, CATEGORY_SET_NAME
, STRUCTURE_ID
FROM APPS.ICX_CATEGORY_SET_LOV;
APPS
MTL_CATEGORY_SETS
APPS
ICX_CAT
- show dependent code
|
|
|
|