DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.SY_ADDR_MST_V

Object Details
Object Name: SY_ADDR_MST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMA.SY_ADDR_MST_V
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


View of sy_addr_mst for OPM OF customers


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.SY_ADDR_MST_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_LOCATIONS
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
SynonymSY_ADDR_MST
APPS.SY_ADDR_MST_V is referenced by following:

SchemaAPPS
PL/SQL PackageGR_PROCESS_ORDERS - show dependent code
Package BodyGR_PROCESS_ORDERS - show dependent code