[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DQM_AC_AS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.HZ_DQM_AC_AS_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_ID | NUMBER | (15) | Yes | |
| DQCUST_ACCOUNT_ID | NUMBER | (15) | Yes | |
| DQCUST_ACCT_SITE_ID | NUMBER | (15) | Yes | |
| DQPARTY_SITE_ID | NUMBER | (15) | Yes | |
| DQBILL_TO_FLAG | VARCHAR2 | (1) | ||
| DQSHIP_TO_FLAG | VARCHAR2 | (1) | ||
| DQSTATUS | VARCHAR2 | (1) | Yes | |
| DQSTATUSM | VARCHAR2 | (4000) | ||
| DQADDRESS1 | VARCHAR2 | (240) | Yes | |
| DQADDRESS2 | VARCHAR2 | (240) | ||
| DQCITY | VARCHAR2 | (60) | ||
| DQPROVINCE | VARCHAR2 | (60) | ||
| DQCOUNTY | VARCHAR2 | (60) | ||
| DQCOUNTRY | VARCHAR2 | (80) | ||
| DQSTATE | VARCHAR2 | (60) | ||
| DQPOSTAL_CODE | VARCHAR2 | (60) | ||
| DQORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT DQPARTY_ID
, DQCUST_ACCOUNT_ID
, DQCUST_ACCT_SITE_ID
, DQPARTY_SITE_ID
, DQBILL_TO_FLAG
, DQSHIP_TO_FLAG
, DQSTATUS
, DQSTATUSM
, DQADDRESS1
, DQADDRESS2
, DQCITY
, DQPROVINCE
, DQCOUNTY
, DQCOUNTRY
, DQSTATE
, DQPOSTAL_CODE
, DQORG_ID
FROM APPS.HZ_DQM_AC_AS_V;
APPS
ARH_DQM_TREE_HELPER
- show dependent code
ARPT_SQL_FUNC_UTIL
- show dependent code
FND_TERRITORIES_VL
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES_ALL
HZ_LOCATIONS
HZ_MATCHED_PARTY_SITES_GT
HZ_PARTY_SITES
APPS.HZ_DQM_AC_AS_V is not referenced by any database object
|
|
|
|