[Home] [Help]
[Dependency Information]
Object Name: | RA_CUSTOMER_BILL_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTOMER_ID | NUMBER | (15) | Yes | |
BILL_ID | NUMBER | (15) | Yes | |
TERRITORY_ID | NUMBER | (15) | ||
ADDRESS1 | VARCHAR2 | (240) | Yes | |
CITY | VARCHAR2 | (60) | ||
STATE | VARCHAR2 | (60) | ||
POSTAL_CODE | VARCHAR2 | (60) | ||
STATUS | VARCHAR2 | (1) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, BILL_ID
, TERRITORY_ID
, ADDRESS1
, CITY
, STATE
, POSTAL_CODE
, STATUS
FROM APPS.RA_CUSTOMER_BILL_VIEW;
|
|
|