[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DQM_PS_U_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.HZ_DQM_PS_U_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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) |
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;
APPS
ARPT_SQL_FUNC_UTIL
- show dependent code
AR_LOOKUPS
HZ_PARTY_SITE_USES
APPS.HZ_DQM_PS_U_V is not referenced by any database object
|
|
|
|