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


VIEW: APPS.CS_NEW_ACCOUNT_RG_V

Object Details
Object Name: CS_NEW_ACCOUNT_RG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCS.CS_NEW_ACCOUNT_RG_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
PARTY_NAME VARCHAR2 (360) Yes Name of the party
ACCOUNT_NUMBER VARCHAR2 (30) Yes Account number
CUST_ACCOUNT_ID NUMBER (15) Yes Account identifier
Query Text

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;

Dependencies

[top of page]

APPS.CS_NEW_ACCOUNT_RG_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES

APPS.CS_NEW_ACCOUNT_RG_V is not referenced by any database object