[Home] [Help]
[Dependency Information]
| Object Name: | CSP_PART_CATEGORIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSP.CSP_PART_CATEGORIES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Shows the spare part categories.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CATEGORY | VARCHAR2 | (80) | Part category | |
| LOW | NUMBER | Low limit | ||
| HIGH | NUMBER | High limit |
Cut, paste (and edit) the following text to query this object:
SELECT CATEGORY
, LOW
, HIGH
FROM APPS.CSP_PART_CATEGORIES_V;
APPS
CSP_PART_PRIORITIES_V
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.CSP_PART_CATEGORIES_V is not referenced by any database object
|
|
|
|