[Home] [Help]
[Dependency Information]
| Object Name: | CSM_HZ_CUST_ACCOUNTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| 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) |
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;
APPS
ASG_BASE
- show dependent code
CSM_HZ_CUST_ACCOUNTS_ACC
HZ_CUST_ACCOUNTS
APPS.CSM_HZ_CUST_ACCOUNTS_V is not referenced by any database object
|
|
|
|