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


VIEW: APPS.AMS_PERSON_SITES_V

Object Details
Object Name: AMS_PERSON_SITES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_PERSON_SITES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PARTY_SITE_ID NUMBER (15) Yes Party site identifier
PARTY_ID NUMBER (15) Yes Identifier for the party. Foreign key to the HZ_PARTIES tabl
LOCATION_ID NUMBER (15) Yes Identifier for the party site. Foreign key to the HZ_LOCATIONS table.
PARTY_SITE_NAME VARCHAR2 (240)
User-defined name for the site
PARTY_SITE_NUMBER VARCHAR2 (30) Yes Party site number
IDENTIFYING_ADDRESS_FLAG VARCHAR2 (1) Yes Indicates if this is the identifying address for the party. Y for the indentifying, N for sites that are not the indentifying site
REGION VARCHAR2 (30)
User-defined geographical region
MAILSTOP VARCHAR2 (60)
A user-defined code to indicate a mail drop point within their organization
LANGUAGE VARCHAR2 (4)
The primary language spoken and written of the party site.
ADDRESSEE VARCHAR2 (360)
Addressee information
STATUS VARCHAR2 (1) Yes Party site status flag.
PREFERENCE_START_DATE DATE

Starting date of the period during which a person should or should not be contacted.
PREFERENCE_START_TIME_HR NUMBER

Starting hour of the time range during which a party should or should not be contacted. 0-23 hour format.
PREFERENCE_START_TIME_MI NUMBER

Starting minute of the time range during which a party should or should not be contacted. 0-59 minute format.
PREFERENCE_END_DATE DATE

Ending date of the period during which a party should or should not be contacted.
PREFERENCE_END_TIME_HR NUMBER

Ending hour of the time range during which a party should or should not be contacted. 0-23 hour format.
PREFERENCE_END_TIME_MI NUMBER

Starting minute of the time range during which a party should or should not be contacted. 0-59 minute format.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARTY_SITE_ID
,      PARTY_ID
,      LOCATION_ID
,      PARTY_SITE_NAME
,      PARTY_SITE_NUMBER
,      IDENTIFYING_ADDRESS_FLAG
,      REGION
,      MAILSTOP
,      LANGUAGE
,      ADDRESSEE
,      STATUS
,      PREFERENCE_START_DATE
,      PREFERENCE_START_TIME_HR
,      PREFERENCE_START_TIME_MI
,      PREFERENCE_END_DATE
,      PREFERENCE_END_TIME_HR
,      PREFERENCE_END_TIME_MI
FROM APPS.AMS_PERSON_SITES_V;

Dependencies

[top of page]

APPS.AMS_PERSON_SITES_V references the following:

SchemaAPPS
SynonymHZ_CONTACT_PREFERENCES
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES

APPS.AMS_PERSON_SITES_V is not referenced by any database object