[Home] [Help]
[Dependency Information]
| Object Name: | CS_NEW_ACCOUNT_RG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_NEW_ACCOUNT_RG_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 |
|---|---|---|---|---|
| PARTY_NAME | VARCHAR2 | (360) | Yes | Name of the party |
| ACCOUNT_NUMBER | VARCHAR2 | (30) | Yes | Account number |
| CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Account identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_NAME
, ACCOUNT_NUMBER
, CUST_ACCOUNT_ID
FROM APPS.CS_NEW_ACCOUNT_RG_V;
APPS
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.CS_NEW_ACCOUNT_RG_V is not referenced by any database object
|
|
|
|