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


VIEW: APPS.CSC_HZ_PHONES_V

Object Details
Object Name: CSC_HZ_PHONES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_HZ_PHONES_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
PHONE VARCHAR2 (50)
Concatenated column for Area Code and Phone number
PHONE_LINE_TYPE VARCHAR2 (30)
Lookup code for the type of phone line. For example,
CONTACT_POINT_TYPE VARCHAR2 (30) Yes Lookup: contact_point_type phone, fax, e-mail, web, telex, edi
COUNTRY_CODE VARCHAR2 (10)
Phone Country Code
AREA_CODE VARCHAR2 (10)
Phone Area Code
EXTENSION VARCHAR2 (20)
Phone Extension
Query Text

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


SELECT PHONE
,      PHONE_LINE_TYPE
,      CONTACT_POINT_TYPE
,      COUNTRY_CODE
,      AREA_CODE
,      EXTENSION
FROM APPS.CSC_HZ_PHONES_V;

Dependencies

[top of page]

APPS.CSC_HZ_PHONES_V references the following:

SchemaAPPS
ViewCSC_HZ_CONTACT_POINTS_V

APPS.CSC_HZ_PHONES_V is not referenced by any database object