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


VIEW: APPS.RLM_CUSTOMERS_V

Object Details
Object Name: RLM_CUSTOMERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewRLM.RLM_CUSTOMERS_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
CUSTOMER_ID NUMBER

SHIP_FROM_ORG_ID NUMBER
Yes
CUSTOMER_NAME VARCHAR2 (360) Yes
CUSTOMER_NUMBER VARCHAR2 (30) Yes
ORGANIZATION_CODE VARCHAR2 (3)
ORGANIZATION_NAME VARCHAR2 (240) Yes
ORG_ID NUMBER

Operating Unit ID
Query Text

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


SELECT CUSTOMER_ID
,      SHIP_FROM_ORG_ID
,      CUSTOMER_NAME
,      CUSTOMER_NUMBER
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
,      ORG_ID
FROM APPS.RLM_CUSTOMERS_V;

Dependencies

[top of page]

APPS.RLM_CUSTOMERS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
ViewORG_ORGANIZATION_DEFINITIONS
SynonymRLM_CUST_SHIPTO_TERMS

APPS.RLM_CUSTOMERS_V is not referenced by any database object