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


VIEW: APPS.CSM_HZ_CUST_ACCOUNTS_V

Object Details
Object Name: CSM_HZ_CUST_ACCOUNTS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
CUST_ACCOUNT_ID NUMBER (15) Yes
PARTY_ID NUMBER (15) Yes
ACCOUNT_NUMBER VARCHAR2 (30) Yes
STATUS VARCHAR2 (1) Yes
HIGH_PRIORITY_INDICATOR VARCHAR2 (1)
ACCOUNT_ESTABLISHED_DATE DATE

ACCOUNT_TERMINATION_DATE DATE

ACCOUNT_ACTIVATION_DATE DATE

ACCOUNT_NAME VARCHAR2 (240)
ORG_ID NUMBER (15)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACCESS_ID
,      CUST_ACCOUNT_ID
,      PARTY_ID
,      ACCOUNT_NUMBER
,      STATUS
,      HIGH_PRIORITY_INDICATOR
,      ACCOUNT_ESTABLISHED_DATE
,      ACCOUNT_TERMINATION_DATE
,      ACCOUNT_ACTIVATION_DATE
,      ACCOUNT_NAME
,      ORG_ID
FROM APPS.CSM_HZ_CUST_ACCOUNTS_V;

Dependencies

[top of page]

APPS.CSM_HZ_CUST_ACCOUNTS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_HZ_CUST_ACCOUNTS_ACC
SynonymHZ_CUST_ACCOUNTS

APPS.CSM_HZ_CUST_ACCOUNTS_V is not referenced by any database object