[Home] [Help]
[Dependency Information]
| Object Name: | SY_ADDR_MST_VW1 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMA.SY_ADDR_MST_VW1
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View of ADDR_ID + first two lines of the address
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADDR_ID | NUMBER | (10) | Yes | Surrogate id uniquely identifying an address. |
| ADDR_DISPLAY1 | VARCHAR2 | (70) | First line of the address. | |
| ADDR_DISPLAY2 | VARCHAR2 | (70) | Second line of the address. |
Cut, paste (and edit) the following text to query this object:
SELECT ADDR_ID
, ADDR_DISPLAY1
, ADDR_DISPLAY2
FROM APPS.SY_ADDR_MST_VW1;
APPS
SY_ADDR_MST
APPS.SY_ADDR_MST_VW1 is not referenced by any database object
|
|
|
|