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


VIEW: APPS.RLM_CUST_INV_ITEM_V

Object Details
Object Name: RLM_CUST_INV_ITEM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewRLM.RLM_CUST_INV_ITEM_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_NUMBER VARCHAR2 (50)
ITEM_ID NUMBER

DESCRIPTION VARCHAR2 (240)
CUSTOMER_ID NUMBER

ORGANIZATION_ID NUMBER

INT_EXT_CODE CHAR (8)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ITEM_NUMBER
,      ITEM_ID
,      DESCRIPTION
,      CUSTOMER_ID
,      ORGANIZATION_ID
,      INT_EXT_CODE
FROM APPS.RLM_CUST_INV_ITEM_V;

Dependencies

[top of page]

APPS.RLM_CUST_INV_ITEM_V references the following:

SchemaAPPS
SynonymMTL_CUSTOMER_ITEMS
ViewMTL_ITEM_FLEXFIELDS

APPS.RLM_CUST_INV_ITEM_V is not referenced by any database object