[Home] [Help]
[Dependency Information]
| Object Name: | CS_CP_BILLTOADD_RG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_CP_BILLTOADD_RG_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 |
|---|---|---|---|---|
| ACCOUNT_NUMBER | VARCHAR2 | (30) | Yes | Bill to account number |
| LOCATION | NUMBER | (15) | Yes | Billed to location |
| DESCRIPTION | VARCHAR2 | (2000) | Billed to location description | |
| PARTY_NAME | VARCHAR2 | (360) | Yes | Billed to party name |
| PARTY_SITE_NAME | VARCHAR2 | (240) | Bill to party site name | |
| ADDRESS1 | VARCHAR2 | (240) | Yes | Bill to address information |
| ADDRESS2 | VARCHAR2 | (240) | Bill to address information | |
| ADDRESS3 | VARCHAR2 | (240) | Bill to address information | |
| ADDRESS4 | VARCHAR2 | (240) | Bill to address information | |
| CITY | VARCHAR2 | (60) | Bill to address information | |
| STATE | VARCHAR2 | (60) | Bill to address information | |
| ZIP | VARCHAR2 | (60) | Bill to address information | |
| COUNTRY | VARCHAR2 | (60) | Yes | Bill to address information |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_NUMBER
, LOCATION
, DESCRIPTION
, PARTY_NAME
, PARTY_SITE_NAME
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, STATE
, ZIP
, COUNTRY
FROM APPS.CS_CP_BILLTOADD_RG_V;
APPS
HZ_CUST_ACCOUNTS
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS.CS_CP_BILLTOADD_RG_V is not referenced by any database object
|
|
|
|