[Home] [Help]
[Dependency Information]
Object Name: | CLN_INV_ITEM_REVISIONS_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.
View to be used for value-sets used in 4C1 concurrent program
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REVISION | VARCHAR2 | (3) | Yes | Revision of the item |
ORGANIZATION_ID | NUMBER | Yes | Organization ID. |
Cut, paste (and edit) the following text to query this object:
SELECT REVISION
, ORGANIZATION_ID
FROM APPS.CLN_INV_ITEM_REVISIONS_V;
APPS.CLN_INV_ITEM_REVISIONS_V is not referenced by any database object
|
|
|