[Home] [Help]
[Dependency Information]
| Object Name: | CSC_HZ_PHONES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSC.CSC_HZ_PHONES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
CSC_HZ_CONTACT_POINTS_V
APPS.CSC_HZ_PHONES_V is not referenced by any database object
|
|
|
|