[Home] [Help]
[Dependency Information]
Object Name: | CSP_RESOURCE_INV_LOC_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The view is used to view all the move orders and their statuses for a given Service Request and/or Task Id.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_ID | NUMBER | (35) | Yes | Resource identifier |
RESOURCE_TYPE | VARCHAR2 | (30) | Yes | Resrouce type |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory name |
INV_LOC_TYPE | VARCHAR2 | (30) | Yes | Condition type of subinventory |
ORGANIZATION_ID | NUMBER | (35) | Yes | Organization identifier |
EFFECTIVE_DATE_START | DATE | Effective from this date | ||
EFFECTIVE_DATE_END | DATE | Effective through this date |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ID
, RESOURCE_TYPE
, SUBINVENTORY_CODE
, INV_LOC_TYPE
, ORGANIZATION_ID
, EFFECTIVE_DATE_START
, EFFECTIVE_DATE_END
FROM APPS.CSP_RESOURCE_INV_LOC_V;
APPS.CSP_RESOURCE_INV_LOC_V is not referenced by any database object
|
|
|