Search Results printing_pending
Overview
The view APPS.ECE_CDMO_TRX_NUMBER_V exposes a filtered, joined set of Oracle Receivables transactions that are eligible for the Oracle E-Commerce Gateway (ECE) outbound transaction-number process. Its most distinguishing filter, and the column most frequently searched in this context, is RA_CUSTOMER_TRX.PRINTING_PENDING = 'Y'. The view therefore answers the operational question of which credit memos and debit memos are complete, have printing pending, are assigned the PRI printing option, and are configured for EDI processing through the CDMO (Customer Direct Debit Memo / credit-debit memo) document definition.
Within EBS 12.1.1 and 12.2.2, this object serves as a read-only reporting and integration source. It is referenced by ECE code that generates outbound transaction-number data for trading partners, allowing the interface layer to identify documents that must still be printed and transmitted. Because it is a view and not a table, it holds no data of its own; all values are derived at query time from the underlying Receivables and ECE tables.
Underlying Base Objects
The ETRM 12.2.2 metadata documents the view as owned by APPS and defined over the following referenced base objects, each exposed through a synonym:
RA_CUSTOMER_TRX— the primary transaction header source.RA_CUST_TRX_TYPES— supplies the transaction type and document class.HZ_CUST_ACCOUNTS,HZ_PARTIES,HZ_CUST_ACCT_SITES_ALL,HZ_CUST_SITE_USES_ALL— the TCA customer, party, account site, and site-use tables.ECE_TP_HEADERS,ECE_TP_DETAILS— E-commerce Gateway trading-partner header and detail definitions.
The joins bind each Receivables transaction to its customer account, party name, bill-to site use, and transaction type, then link the customer account site to a trading-partner header and detail record. The ECE detail record supplies the DOCUMENT_ID = 'CDMO' constraint, the EDI_FLAG = 'Y' condition, and the document-type match against RA_CUST_TRX_TYPES.TYPE.
Key Columns
TRX_NUMBER— the user-visible Receivables transaction number.CUSTOMER_TRX_ID— the internal primary key of the transaction, used for drill-down toRA_CUSTOMER_TRX.DOCUMENT_TYPE— the transaction type code fromRA_CUST_TRX_TYPES.TYPE; the view restricts this toDM(debit memo) andCM(credit memo).CUSTOMER_ID— the bill-to customer account identifier fromHZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID.CUSTOMER_NAME— the party name fromHZ_PARTIES.PARTY_NAME.
Common Use Cases and Queries
The canonical use case is identifying transactions awaiting print and EDI transmission. A direct inspection of pending items uses:
SELECT trx_number, customer_trx_id, document_type, customer_id, customer_name FROM apps.ece_cdmo_trx_number_v;- Joining
CUSTOMER_TRX_IDback toRA_CUSTOMER_TRXto retrieve amounts, currency, and dates. - Grouping by
DOCUMENT_TYPEorCUSTOMER_NAMEto size pending outbound volumes. - Comparing the view output against the ECE outbound interface tables to reconcile documents not yet transmitted.
Because the view already enforces COMPLETE_FLAG = 'Y', PRINTING_PENDING = 'Y', and the EDI status conditions, queries against it should not re-apply those predicates unless the intent is to diagnose why a specific transaction is excluded.
-
VIEW: APPS.ECE_CDMO_TRX_NUMBER_V
12.2.2
-
VIEW: APPS.ECE_CDMO_TRX_NUMBER_V
12.1.1
-
APPS.AR_EXTRACT_DOCUMENT SQL Statements
12.2.2
-
APPS.AR_EXTRACT_DOCUMENT SQL Statements
12.1.1
-
VIEW: AR.RA_CUSTOMER_TRX_ALL#
12.2.2
-
View: RA_CUSTOMER_TRX_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL_MRC_V, object_name:RA_CUSTOMER_TRX_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_ALL_MRC_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_ALL_MRC_V
12.1.1
-
View: RA_CUSTOMER_TRX_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL_MRC_V, object_name:RA_CUSTOMER_TRX_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_ALL_MRC_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_ALL_MRC_V
12.2.2
-
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 ,
-
APPS.AR_TRX_BULK_PROCESS_HEADER SQL Statements
12.1.1
-
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 ,
-
APPS.AR_TRX_BULK_PROCESS_HEADER SQL Statements
12.2.2
-
VIEW: APPS.IEX_TRANS_DEL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_TRANS_DEL_V, status:VALID,
-
VIEW: APPS.IEX_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_TRANSACTIONS_V, status:VALID,
-
PACKAGE BODY: APPS.AR_EXTRACT_DOCUMENT
12.2.2
-
VIEW: APPS.RA_CUSTOMER_TRX_RA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID,
-
PACKAGE BODY: APPS.AR_EXTRACT_DOCUMENT
12.1.1
-
PACKAGE BODY: APPS.AR_TRX_BULK_PROCESS_HEADER
12.1.1
-
VIEW: APPS.RA_CUSTOMER_TRX_RA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID,
-
VIEW: APPS.IEX_TRANSACTIONS_V
12.2.2
-
PACKAGE BODY: APPS.AR_TRX_BULK_PROCESS_HEADER
12.2.2
-
VIEW: APPS.IEX_TRANS_DEL_V
12.2.2
-
TABLE: AR.RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
TABLE: AR.AR_TRX_HEADER_GT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRX_HEADER_GT, object_name:AR_TRX_HEADER_GT, status:VALID,
-
View: RA_CUSTOMER_TRX_RA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_RA_V ,
-
PACKAGE BODY: APPS.AR_RAXINVPR_XMLP_PKG
12.2.2
-
View: RA_CUSTOMER_TRX_RA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_RA_V, object_name:RA_CUSTOMER_TRX_RA_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_RA_V ,
-
View: RA_CUSTOMER_TRX_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_MRC_V, object_name:RA_CUSTOMER_TRX_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_MRC_V ,
-
TABLE: AR.AR_TRX_HEADER_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRX_HEADER_GT, object_name:AR_TRX_HEADER_GT, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PART_CB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID,
-
View: RA_CUSTOMER_TRX_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_MRC_V, object_name:RA_CUSTOMER_TRX_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.RA_CUSTOMER_TRX_MRC_V ,
-
APPS.JL_JLBRRINV_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.AR_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID,
-
View: AR_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID,
-
View: AR_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,
-
PACKAGE BODY: APPS.AR_RAXINVPR_XMLP_PKG
12.1.1
-
VIEW: APPS.AR_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID,
-
APPS.JL_JLBRRINV_XMLP_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.AR_RAXINVPR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.AR_RAXINVPR_XMLP_PKG
12.1.1
-
VIEW: APPS.RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID,
-
VIEW: APPS.RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID,
-
TABLE: AR.RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
VIEW: AR.RA_CUSTOMER_TRX_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:RA_CUSTOMER_TRX_ALL#, status:VALID,
-
APPS.GMF_AR_GET_INVOICE_IDS SQL Statements
12.1.1
-
APPS.GMF_AR_GET_INVOICE_IDS SQL Statements
12.2.2