[Home] [Help]
[Dependency Information]
| Object Name: | CSP_RESOURCE_DEFAULT_INV_LOC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSP.CSP_RESOURCE_DEFAULT_INV_LOC_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The view is used to retrieve the Part In or Part Out subinventories assigned to a Resource in a loop. The Where clause must specify whether the view should return Part In default subinventory or the Part Out default subinventory.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | (35) | Yes | Resource identifier |
| RESOURCE_TYPE | VARCHAR2 | (30) | Yes | Resource type |
| SUBINVENOTRY_CODE | VARCHAR2 | (10) | Yes | Subinventory name |
| DEFAULT_CODE | VARCHAR2 | (30) | Default code | |
| PARTS_LOOP_ID | NUMBER | (35) | Parts loop identifier | |
| 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
, SUBINVENOTRY_CODE
, DEFAULT_CODE
, PARTS_LOOP_ID
, ORGANIZATION_ID
, EFFECTIVE_DATE_START
, EFFECTIVE_DATE_END
FROM APPS.CSP_RESOURCE_DEFAULT_INV_LOC_V;
APPS
CSP_INV_LOC_ASSIGNMENTS
CSP_SEC_INVENTORIES
APPS.CSP_RESOURCE_DEFAULT_INV_LOC_V is not referenced by any database object
|
|
|
|