Search Results ece_cdmo_trx_number_v
Overview
ECE_CDMO_TRX_NUMBER_V is a reporting view owned by the APPS schema within the Oracle E-Business Suite e-Commerce Gateway (EC) module. It exposes the credit and debit memo transaction numbers that are pending outbound transmission to customers through the Credit/Debit Memo (812 - CREADV / DEBADV) EDI transaction set. The view functions as a bridge between Receivables transaction data and the trading partner configuration held in the e-Commerce Gateway tables, isolating only those records that are complete, marked for printing, and not yet processed through the EDI pipeline.
Because the view is keyed on the RA_CUSTOMER_TRX.PRINTING_PENDING column, it is frequently consulted during the credit memo printing cycle. Users searching the term "printing_pending" are typically diagnosing why a memo has not appeared on an outbound 812 file, or why it remains visible to the printing process. This view answers that question by returning every qualifying memo whose PRINTING_PENDING flag is 'Y', whose PRINTING_OPTION is 'PRI', and whose EDI processed status is still open (ED, PR, or EP) with the EDI processed flag clear.
Underlying Base Objects
The view is defined over eight base objects, all referenced in the APPS schema as synonyms:
- RA_CUSTOMER_TRX — the master Receivables transaction table, supplying TRX_NUMBER, CUSTOMER_TRX_ID, BILL_TO_CUSTOMER_ID, BILL_TO_SITE_USE_ID, the COMPLETE_FLAG, PRINTING_PENDING, PRINTING_OPTION, EDI_PROCESSED_STATUS and EDI_PROCESSED_FLAG columns used as filters.
- RA_CUST_TRX_TYPES — supplies the transaction type (CM or DM) joined on CUST_TRX_TYPE_ID.
- HZ_CUST_ACCOUNTS, HZ_CUST_ACCT_SITES_ALL, HZ_CUST_SITE_USES_ALL — the TCA customer hierarchy, linking the bill-to account, account site and site use to the transaction.
- HZ_PARTIES — provides the customer party name.
- ECE_TP_HEADERS and ECE_TP_DETAILS — trading partner header and detail definitions. ECE_TP_DETAILS supplies the DOCUMENT_ID ('CDMO'), DOCUMENT_TYPE and EDI_FLAG controls that determine whether a memo type is actually enabled for outbound EDI.
Joins flow from the transaction to the customer hierarchy, then through the account site to the trading partner header, and finally to the trading partner detail row matching the transaction type.
Key Columns
- TRX_NUMBER — the visible credit or debit memo number presented to the customer.
- CUSTOMER_TRX_ID — the internal primary key of the Receivables transaction, used to drill back to RA_CUSTOMER_TRX.
- DOCUMENT_TYPE — the transaction type code (CM or DM), derived from RA_CUST_TRX_TYPES.TYPE.
- CUSTOMER_ID — the bill-to customer account identifier from HZ_CUST_ACCOUNTS.
- CUSTOMER_NAME — the bill-to party name from HZ_PARTIES.
Common Use Cases and Queries
Typical uses include verifying which memos are queued for the 812 outbound extract, reconciling printing_pending records that never reach the EDI interface, and confirming trading partner enablement for CM/DM document types.
A basic listing of pending outbound memos:
SELECT trx_number, document_type, customer_name FROM ece_cdmo_trx_number_v ORDER BY trx_number;SELECT customer_trx_id, trx_number FROM ece_cdmo_trx_number_v WHERE document_type = 'CM';
To investigate a memo that remains pending, join the view back to RA_CUSTOMER_TRX on CUSTOMER_TRX_ID and inspect the EDI_PROCESSED_STATUS, EDI_PROCESSED_FLAG and PRINTING_OPTION values. If the row is absent from the view despite PRINTING_PENDING = 'Y', the cause is usually a missing ECE_TP_DETAILS row, EDI_FLAG not set to 'Y', or a document type not matching CM/DM.
-
View: ECE_CDMO_TRX_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_TRX_NUMBER_V, object_name:ECE_CDMO_TRX_NUMBER_V, status:VALID, product: EC - e-Commerce Gateway , description: Contains the credit/debit memo number for the customer for outbound Credit/Debit Memo (812 - CREADV / DEBADV) transaction. , implementation_dba_data: APPS.ECE_CDMO_TRX_NUMBER_V ,
-
View: ECE_CDMO_TRX_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_TRX_NUMBER_V, object_name:ECE_CDMO_TRX_NUMBER_V, status:VALID, product: EC - e-Commerce Gateway , description: Contains the credit/debit memo number for the customer for outbound Credit/Debit Memo (812 - CREADV / DEBADV) transaction. , implementation_dba_data: APPS.ECE_CDMO_TRX_NUMBER_V ,
-
VIEW: APPS.ECE_CDMO_TRX_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_TRX_NUMBER_V, object_name:ECE_CDMO_TRX_NUMBER_V, status:VALID,
-
VIEW: APPS.ECE_CDMO_TRX_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_TRX_NUMBER_V, object_name:ECE_CDMO_TRX_NUMBER_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.ECE_TP_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECE_TP_HEADERS, status:VALID,
-
SYNONYM: APPS.ECE_TP_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECE_TP_HEADERS, status:VALID,
-
SYNONYM: APPS.ECE_TP_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECE_TP_DETAILS, status:VALID,
-
SYNONYM: APPS.ECE_TP_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECE_TP_DETAILS, status:VALID,
-
SYNONYM: APPS.RA_CUST_TRX_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_TYPES, status:VALID,
-
SYNONYM: APPS.RA_CUST_TRX_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUST_TRX_TYPES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1