[Home] [Help]
[Dependency Information]
| Object Name: | SY_ADDR_MST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMA.SY_ADDR_MST_V
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View of sy_addr_mst for OPM OF customers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADDR_ID | NUMBER | id uniquely identifying an address. | ||
| ADDR1 | VARCHAR2 | (240) | First line of the address. | |
| ADDR2 | VARCHAR2 | (240) | Second line of the address. | |
| ADDR3 | VARCHAR2 | (240) | Third line of the address. | |
| ADDR4 | VARCHAR2 | (70) | Forth line of the address. | |
| STATE_CODE | VARCHAR2 | (120) | State code of the address. | |
| COUNTRY_CODE | VARCHAR2 | (60) | Country code of the address. | |
| POSTAL_CODE | VARCHAR2 | (30) | Postal code of the address. |
Cut, paste (and edit) the following text to query this object:
SELECT ADDR_ID
, ADDR1
, ADDR2
, ADDR3
, ADDR4
, STATE_CODE
, COUNTRY_CODE
, POSTAL_CODE
FROM APPS.SY_ADDR_MST_V;
APPS
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_LOCATIONS
HZ_CUST_ACCT_SITES_ALL
HZ_PARTIES
HZ_PARTY_SITES
SY_ADDR_MST
APPS
GR_PROCESS_ORDERS
- show dependent code
GR_PROCESS_ORDERS
- show dependent code
|
|
|
|