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


VIEW: APPS.HZ_DQM_PS_U_V

Object Details
Object Name: HZ_DQM_PS_U_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_DQM_PS_U_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
DQPARTY_SITE_USE_ID NUMBER (15) Yes Party site use identifier
DQBEGIN_DATE DATE

No longer used
DQCOMMENTS VARCHAR2 (240)
A textual description of the possible use of a site by a party
DQEND_DATE DATE

No longer used
DQPARTY_SITE_ID NUMBER (15) Yes Identifier for the party site. Foreign key to the HZ_PARTY_SITES table
DQSITE_USE_TYPE VARCHAR2 (30) Yes Site use type
DQPRIMARY_PER_TYPE VARCHAR2 (1)
Indicates if this is the primary use for this site. Y for the primary site, N for all other sites.
DQSTATUS VARCHAR2 (1)
Indicates if this is an Active or Inactive site. A for active, I for inactive.
DQSTATUSM VARCHAR2 (4000)
DQMEANING VARCHAR2 (80)
Query Text

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


SELECT DQPARTY_SITE_USE_ID
,      DQBEGIN_DATE
,      DQCOMMENTS
,      DQEND_DATE
,      DQPARTY_SITE_ID
,      DQSITE_USE_TYPE
,      DQPRIMARY_PER_TYPE
,      DQSTATUS
,      DQSTATUSM
,      DQMEANING
FROM APPS.HZ_DQM_PS_U_V;

Dependencies

[top of page]

APPS.HZ_DQM_PS_U_V references the following:

SchemaAPPS
PL/SQL PackageARPT_SQL_FUNC_UTIL - show dependent code
ViewAR_LOOKUPS
SynonymHZ_PARTY_SITE_USES

APPS.HZ_DQM_PS_U_V is not referenced by any database object