[Home] [Help]
[Dependency Information]
| Object Name: | PA_CUSTOMER_SITES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CUSTOMER_SITES_V
|
| 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 |
|---|---|---|---|---|
| ADDRESS1 | VARCHAR2 | (240) | Yes | First line for address |
| ADDRESS2 | VARCHAR2 | (240) | Second line for address | |
| ADDRESS3 | VARCHAR2 | (240) | Third line for address | |
| ADDRESS4 | VARCHAR2 | (426) | Fourth line for address | |
| ADDRESS_ID | NUMBER | (15) | Yes | Address identifier |
| CUSTOMER_ID | NUMBER | (15) | Yes | Customer identifier |
| CUSTOMER_NAME | VARCHAR2 | (50) | Customer name | |
| SITE_USE_CODE | VARCHAR2 | (30) | Yes | Business Purpose |
| FULL_ADDRESS | VARCHAR2 | (1149) | All four address lines, concatenated with carriage returns | |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Customer number |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, ADDRESS_ID
, CUSTOMER_ID
, CUSTOMER_NAME
, SITE_USE_CODE
, FULL_ADDRESS
, CUSTOMER_NUMBER
FROM APPS.PA_CUSTOMER_SITES_V;
APPS
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS
PA_CUSTOMERS_CONTACTS_UTILS
- show dependent code
|
|
|
|