[Home] [Help]
[Dependency Information]
| Object Name: | CSP_AVAILABLE_PARTS_IN_LOOP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSP.CSP_AVAILABLE_PARTS_IN_LOOP_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The view is used to list the availability of a part in a loop at different subinventories.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTS_LOOP_ID | NUMBER | (35) | Yes | Parts loop identifier |
| ORGANIZATION_ID | NUMBER | (35) | Organization identifier | |
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory name |
| CONDITION_TYPE | VARCHAR2 | (30) | Yes | Subinventory condition type |
| AVAILABLE_QUANTITY | NUMBER | Available quantity | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| REVISION | VARCHAR2 | (3) | Item revision |
Cut, paste (and edit) the following text to query this object:
SELECT PARTS_LOOP_ID
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, CONDITION_TYPE
, AVAILABLE_QUANTITY
, INVENTORY_ITEM_ID
, REVISION
FROM APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V;
APPS
CSP_PARTS_LOOPS_B
CSP_SEC_INVENTORIES
CSP_VALIDATE_PUB
- show dependent code
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MTL_ONHAND_SUB_V
APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V is not referenced by any database object
|
|
|
|