[Home] [Help]
[Dependency Information]
Object Name: | AR_RDR_ITEMS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | Yes | ||
CONCATENATED_SEGMENTS | VARCHAR2 | (40) | ||
DESCRIPTION | VARCHAR2 | (240) | ||
ORGANIZATION_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, CONCATENATED_SEGMENTS
, DESCRIPTION
, ORGANIZATION_ID
FROM APPS.AR_RDR_ITEMS_V;
APPS.AR_RDR_ITEMS_V is not referenced by any database object
|
|
|