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


VIEW: APPS.HZ_DQM_PS_CPT_V

Object Details
Object Name: HZ_DQM_PS_CPT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_DQM_PS_CPT_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
DQCONTACT_POINT_ID NUMBER (15) Yes
DQOWNER_TABLE_NAME VARCHAR2 (30) Yes
DQOWNER_TABLE_ID NUMBER (15) Yes
DQCONTACT_POINT_TYPE VARCHAR2 (80)
DQPRIMARY_PER_PURPOSE VARCHAR2 (30)
DQPRIMARY_FLAG VARCHAR2 (1)
DQSTATUS VARCHAR2 (30) Yes
DQSTATUSM VARCHAR2 (4000)
DQCONTACT_INFO VARCHAR2 (2000)
Query Text

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


SELECT DQCONTACT_POINT_ID
,      DQOWNER_TABLE_NAME
,      DQOWNER_TABLE_ID
,      DQCONTACT_POINT_TYPE
,      DQPRIMARY_PER_PURPOSE
,      DQPRIMARY_FLAG
,      DQSTATUS
,      DQSTATUSM
,      DQCONTACT_INFO
FROM APPS.HZ_DQM_PS_CPT_V;

Dependencies

[top of page]

APPS.HZ_DQM_PS_CPT_V references the following:

SchemaAPPS
PL/SQL PackageARH_DQM_TREE_HELPER - show dependent code
PL/SQL PackageARPT_SQL_FUNC_UTIL - show dependent code
ViewAR_LOOKUPS
SynonymHZ_CONTACT_POINTS
SynonymHZ_MATCHED_CPTS_GT

APPS.HZ_DQM_PS_CPT_V is not referenced by any database object