[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DQM_AC_CS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.HZ_DQM_AC_CS_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 |
|---|---|---|---|---|
| DQCUST_ACCOUNT_ID | NUMBER | (15) | Yes | Identifier for a customer account. Foreign key to the HZ_CUST_ACCOUNTS table |
| DQCUST_ACCT_SITE_ID | NUMBER | (15) | Yes | Customer site identifier |
| DQSTATUS | VARCHAR2 | (1) | Yes | Customer Status flag. Receivables lookup code for CODE_STATUS |
| DQSTATUSM | VARCHAR2 | (4000) | ||
| DQPARTY_SITE_ID | NUMBER | (15) | Yes | |
| DQPARTY_ID | NUMBER | (15) | Yes | |
| DQADDRESS | VARCHAR2 | (481) | ||
| DQCITY | VARCHAR2 | (60) | ||
| DQSTATE | VARCHAR2 | (60) | ||
| DQPOSTAL_CODE | VARCHAR2 | (60) | ||
| DQCOUNTRY | VARCHAR2 | (80) | ||
| DQPROVINCE | VARCHAR2 | (60) | ||
| DQCOUNTY | VARCHAR2 | (60) | ||
| DQORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT DQCUST_ACCOUNT_ID
, DQCUST_ACCT_SITE_ID
, DQSTATUS
, DQSTATUSM
, DQPARTY_SITE_ID
, DQPARTY_ID
, DQADDRESS
, DQCITY
, DQSTATE
, DQPOSTAL_CODE
, DQCOUNTRY
, DQPROVINCE
, DQCOUNTY
, DQORG_ID
FROM APPS.HZ_DQM_AC_CS_V;
APPS
ARPT_SQL_FUNC_UTIL
- show dependent code
FND_TERRITORIES_VL
HZ_CUST_ACCT_SITES_ALL
HZ_LOCATIONS
HZ_PARTY_SITES
APPS.HZ_DQM_AC_CS_V is not referenced by any database object
|
|
|
|