DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V

Object Details
Object Name: CSP_AVAILABLE_PARTS_IN_LOOP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSP.CSP_AVAILABLE_PARTS_IN_LOOP_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V references the following:

SchemaAPPS
SynonymCSP_PARTS_LOOPS_B
SynonymCSP_SEC_INVENTORIES
PL/SQL PackageCSP_VALIDATE_PUB - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewMTL_ONHAND_SUB_V

APPS.CSP_AVAILABLE_PARTS_IN_LOOP_V is not referenced by any database object