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


VIEW: APPS.ECE_CDMO_TRX_NUMBER_V

Object Details
Object Name: ECE_CDMO_TRX_NUMBER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEC.ECE_CDMO_TRX_NUMBER_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


The ECE_CDMO_TRX_NUMBER_V view contains the transaction no and document type for completed Credit/debit Memo(812 CREADV/DEBADV) transactions.
The ECE_CDMO_TRX_NUMBER_V view is based on the data stored in RA_CUSTOMERS_TRX,RA_CUSTOMERS,RA_ADDRESSES and ECE_TP_DETAILS tables.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRX_NUMBER VARCHAR2 (20) Yes Transaction Number
CUSTOMER_TRX_ID NUMBER (15) Yes Customer Transaction ID
DOCUMENT_TYPE VARCHAR2 (20)
Document Type
CUSTOMER_ID NUMBER (15) Yes Customer ID
CUSTOMER_NAME VARCHAR2 (360) Yes Customer Name
Query Text

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


SELECT TRX_NUMBER
,      CUSTOMER_TRX_ID
,      DOCUMENT_TYPE
,      CUSTOMER_ID
,      CUSTOMER_NAME
FROM APPS.ECE_CDMO_TRX_NUMBER_V;

Dependencies

[top of page]

APPS.ECE_CDMO_TRX_NUMBER_V references the following:

SchemaAPPS
SynonymECE_TP_DETAILS
SynonymECE_TP_HEADERS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_CUST_SITE_USES_ALL
SynonymHZ_PARTIES
SynonymRA_CUSTOMER_TRX
SynonymRA_CUST_TRX_TYPES

APPS.ECE_CDMO_TRX_NUMBER_V is not referenced by any database object