[Home] [Help]
[Dependency Information]
| Object Name: | RLM_CUSTOMERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | RLM.RLM_CUSTOMERS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
HZ_CUST_ACCOUNTS
HZ_PARTIES
ORG_ORGANIZATION_DEFINITIONS
RLM_CUST_SHIPTO_TERMS
APPS.RLM_CUSTOMERS_V is not referenced by any database object
|
|
|
|