DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.HZ_DQM_AC_CS_V

Object Details
Object Name: HZ_DQM_AC_CS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_DQM_AC_CS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.HZ_DQM_AC_CS_V references the following:

SchemaAPPS
PL/SQL PackageARPT_SQL_FUNC_UTIL - show dependent code
ViewFND_TERRITORIES_VL
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_LOCATIONS
SynonymHZ_PARTY_SITES

APPS.HZ_DQM_AC_CS_V is not referenced by any database object