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


VIEW: APPS.AS_PARTY_PHONES_V

Object Details
Object Name: AS_PARTY_PHONES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAS.AS_PARTY_PHONES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view stores telephone and fax information for parties/sites


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
PHONE_ID NUMBER (15) Yes Unique identifier of this contact point
CONTACT_POINT_ID NUMBER (15) Yes Unique identifier of this contact point
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
PHONE_NUMBER VARCHAR2 (40)
A telephone number formatted in the local format. The number should not include area code, country code, or extension
STATUS_CODE VARCHAR2 (30) Yes Lookup: contact_point_status. Typically, active, inactive, delete.
PHONE_TYPE_CODE VARCHAR2 (30)
Lookup code for the type of phone line. For example, general, fax, inbound, outbound
PHONE_TYPE_NAME VARCHAR2 (80)
Lookup meaning for the type of phone line
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
OWNER_TABLE_NAME VARCHAR2 (30) Yes Table storing the owner of the contact point
OWNER_TABLE_ID NUMBER (15) Yes FK to OWNER_TABLE_NAME; identifies the owner of the contact point
AREA_CODE VARCHAR2 (10)
The area code within a country code
EXTENSION VARCHAR2 (20)
The additional number handled by an internal telephone system that is addressed after contacting the individual's internal telephone system
PRIMARY_FLAG VARCHAR2 (1)
Y indicates this is the primary contact point of this contact point type for referenced party, site, or location
ORIG_SYSTEM_REFERENCE VARCHAR2 (240)
Phone identifier from foreign system
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT ROW_ID
,      PHONE_ID
,      CONTACT_POINT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      PHONE_NUMBER
,      STATUS_CODE
,      PHONE_TYPE_CODE
,      PHONE_TYPE_NAME
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      OWNER_TABLE_NAME
,      OWNER_TABLE_ID
,      AREA_CODE
,      EXTENSION
,      PRIMARY_FLAG
,      ORIG_SYSTEM_REFERENCE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM APPS.AS_PARTY_PHONES_V;

Dependencies

[top of page]

APPS.AS_PARTY_PHONES_V references the following:

SchemaAPPS
ViewAR_LOOKUPS
SynonymHZ_CONTACT_POINTS
APPS.AS_PARTY_PHONES_V is referenced by following:

SchemaAPPS
Package BodyAS_OPP_CONTACT_PVT - show dependent code
Package BodyAS_TCA_PVT - show dependent code