[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DQM_CS_C_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.HZ_DQM_CS_C_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 | |
| DQCUST_ACCOUNT_ROLE_ID | NUMBER | (15) | Yes | |
| DQCUST_ACCT_SITE_ID | NUMBER | (15) | ||
| DQRELATIONSHIP_ID | NUMBER | (15) | Yes | |
| DQORG_CONTACT_ID | NUMBER | (15) | Yes | |
| DQPARTY_NAME | VARCHAR2 | (360) | Yes | |
| DQTITLE | VARCHAR2 | (80) | ||
| DQJOB_TITLE | VARCHAR2 | (80) | ||
| DQCONTACT_NUMBER | VARCHAR2 | (30) | ||
| DQSTATUS | VARCHAR2 | (1) | ||
| DQSTATUSM | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT DQCUST_ACCOUNT_ID
, DQCUST_ACCOUNT_ROLE_ID
, DQCUST_ACCT_SITE_ID
, DQRELATIONSHIP_ID
, DQORG_CONTACT_ID
, DQPARTY_NAME
, DQTITLE
, DQJOB_TITLE
, DQCONTACT_NUMBER
, DQSTATUS
, DQSTATUSM
FROM APPS.HZ_DQM_CS_C_V;
APPS
ARH_DQM_TREE_HELPER
- show dependent code
ARPT_SQL_FUNC_UTIL
- show dependent code
AR_LOOKUPS
HZ_CUST_ACCOUNT_ROLES
HZ_MATCHED_CONTACTS_GT
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_RELATIONSHIPS
APPS.HZ_DQM_CS_C_V is not referenced by any database object
|
|
|
|