[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DQM_PS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.HZ_DQM_PS_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_ID | NUMBER | (15) | Yes | Party site identifier |
| DQPARTY_ID | NUMBER | (15) | Yes | Identifier for the party. Foreign key to the HZ_PARTIES table. |
| DQSTATUS | VARCHAR2 | (8) | ||
| DQSTATUSM | VARCHAR2 | (4000) | ||
| DQADDRESS | VARCHAR2 | (481) | ||
| DQCOUNTY | VARCHAR2 | (60) | ||
| DQPROVINCE | VARCHAR2 | (60) | ||
| DQCITY | VARCHAR2 | (60) | ||
| DQSTATE | VARCHAR2 | (60) | ||
| DQPOSTAL_CODE | VARCHAR2 | (60) | ||
| DQCOUNTRY | VARCHAR2 | (80) |
Cut, paste (and edit) the following text to query this object:
SELECT DQPARTY_SITE_ID
, DQPARTY_ID
, DQSTATUS
, DQSTATUSM
, DQADDRESS
, DQCOUNTY
, DQPROVINCE
, DQCITY
, DQSTATE
, DQPOSTAL_CODE
, DQCOUNTRY
FROM APPS.HZ_DQM_PS_V;
APPS
ARPT_SQL_FUNC_UTIL
- show dependent code
FND_TERRITORIES_VL
HZ_LOCATIONS
HZ_PARTY_SITES
APPS.HZ_DQM_PS_V is not referenced by any database object
|
|
|
|