Results for “debit_memo”
50+ results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
APPS.AR_AGREEMENTS_S_V is an Oracle E-Business Suite 12.1.1 / 12.2.2 view that correlates Oracle Order Management agreements with Oracle Receivables Subledger Accounting (SLA) extract lines. The view supplies a consolidated listing of agreements alongside the XLA extract events, line numbers, and ledgers associated with each agreement. Its principal role in EBS reporting and integration is to expose agreement-to-XLA relationships that support upstream accounting, revenue, and receivables processing where Subledger Accounting events must be traced back to the originating agreement. Because it surfaces debit memo events among its event classes, the view is frequently referenced by users searching for "debit_memo" in the context of agreement-driven XLA extract diagnostics.
Underlying Base Objects
The view is defined with two referenced objects:
- AR_XLA_LINES_EXTRACT (SYNONYM) — the Receivables Subledger Accounting lines extract, aliased as L, which supplies event identifiers, line numbers, ledger identifiers, event class codes, and level/from-to flags.
- OE_AGREEMENTS_B (SYNONYM) — the Order Management agreements base table, aliased as ABF, which supplies the agreement identifier, agreement number, and agreement type code.
The join is expressed as abf.agreement_id = l.agreement_id, meaning the view returns a row for every agreement that has matching XLA extract lines. The view carries a hint, /*+INDEX (l ar_xla_lines_extract_n1)*/, directing the optimizer to use index AR_XLA_LINES_EXTRACT_N1 when accessing the extract table, which reflects the intended access path for high-volume queries.
Key Columns
- AGREEMENT_ID — Identifies the agreement from OE_AGREEMENTS_B; the join key to the XLA extract lines.
- AGREEMENT_NUM — The user-visible agreement number.
- AGREEMENT_TYPE_CODE — Classifies the agreement type.
- EVENT_ID — The Subledger Accounting event identifier for the extract line.
- LINE_NUMBER — The XLA extract line number.
- LEDGER_ID — The ledger under which the accounting event was recorded.
Common Use Cases and Queries
The view is used to reconcile agreements against their generated Subledger Accounting extract lines, to investigate debit memo events tied to agreements, and to support diagnostics of XLA extract processing for Receivables and Order Management flows. The WHERE clause applies a documented filter:
- Event classes INVOICE, DEBIT_MEMO, DEPOSIT, GUARANTEE, CHARGEBACK, ADJUSTMENT with
LEVEL_FLAG = 'H'(header-level lines); or - Event classes CREDIT_MEMO, RECEIPT with
LEVEL_FLAG = 'L'andFROM_TO_FLAG = 'T'.
A representative query filtering for debit memo activity is:
SELECT agreement_id, agreement_num, agreement_type_code, event_id, line_number, ledger_id
FROM apps.ar_agreements_s_v
WHERE agreement_num = :agreement_num;
Because the DEBIT_MEMO event class is included in the header-level branch of the view predicate, filtering by agreement_id or agreement_num returns the associated debit memo XLA lines alongside the agreement metadata, providing a direct path from an Order Management agreement to its Receivables accounting events.
-
VIEW: APPS.AR_AGREEMENTS_S_V 12.2.2
-
VIEW: APPS.AR_AGREEMENTS_S_V 12.1.1
-
VIEW: APPS.AR_SALESREP_S_V 12.1.1
-
VIEW: APPS.AR_SALESREP_S_V 12.2.2
-
Claims Payment Methods
-
Claims Payment Methods
-
Deduction Payment Method
-
Deduction Payment Method
-
VIEW: APPS.AR_PAY_CUST_S_V 12.1.1
-
Deduction Payment Method
-
Deduction Payment Method
-
VIEW: APPS.AR_PAY_CUST_S_V 12.2.2
-
View: AR_AGREEMENTS_S_VL 12.1.1
agreement shared mls extract
APPS.AR_AGREEMENTS_S_VL·↳ AR_XLA_LINES_EXTRACT·↳ SO_AGREEMENTS_TL·Explore AR module →
-
View: AR_PAYMENT_TERM_S_VL 12.2.2
payment term shared mls extract
APPS.AR_PAYMENT_TERM_S_VL·↳ AR_XLA_LINES_EXTRACT·↳ RA_TERMS_TL·Explore AR module →
-
View: AR_AGREEMENTS_S_V 12.2.2
agreement shared extract
APPS.AR_AGREEMENTS_S_V·↳ AR_XLA_LINES_EXTRACT·↳ OE_AGREEMENTS_B·Explore AR module →
-
View: AR_AGREEMENTS_S_V 12.1.1
agreement shared extract
APPS.AR_AGREEMENTS_S_V·↳ AR_XLA_LINES_EXTRACT·↳ SO_AGREEMENTS_B·Explore AR module →
-
View: AR_PAYMENT_TERM_S_VL 12.1.1
payment term shared mls extract
APPS.AR_PAYMENT_TERM_S_VL·↳ AR_XLA_LINES_EXTRACT·↳ RA_TERMS_TL·Explore AR module →
-
View: AR_TRX_BATCHES_S_V 12.2.2
transaction batch shared extract
APPS.AR_TRX_BATCHES_S_V·↳ AR_XLA_LINES_EXTRACT·↳ RA_BATCHES_ALL·Explore AR module →
-
View: AR_TRX_BATCHES_S_V 12.1.1
transaction batch shared extract
APPS.AR_TRX_BATCHES_S_V·↳ AR_XLA_LINES_EXTRACT·↳ RA_BATCHES_ALL·Explore AR module →
-
View: AR_SALESREP_S_V 12.1.1
salesrep shared extract
APPS.AR_SALESREP_S_V·↳ AR_XLA_LINES_EXTRACT·↳ JTF_RS_SALESREPS·Explore AR module →
-
View: AR_AGREEMENTS_S_VL 12.2.2
agreement shared mls extract
APPS.AR_AGREEMENTS_S_VL·↳ AR_XLA_LINES_EXTRACT·↳ OE_AGREEMENTS_TL·Explore AR module →
-
View: AR_SALESREP_S_V 12.2.2
salesrep shared extract
APPS.AR_SALESREP_S_V·↳ AR_XLA_LINES_EXTRACT·↳ JTF_RS_SALESREPS·Explore AR module →
-
TRL Taxable Transaction Type
-
transaction batch source shared extract
APPS.AR_TRX_BATCH_SOURCE_S_V·↳ AR_XLA_LINES_EXTRACT·↳ RA_BATCH_SOURCES_ALL·Explore AR module →
-
TRL Taxable Transaction Type
-
transaction batch source shared extract
APPS.AR_TRX_BATCH_SOURCE_S_V·↳ AR_XLA_LINES_EXTRACT·↳ RA_BATCH_SOURCES_ALL·Explore AR module →
-
View: AR_PAYMENT_TERM_S_V 12.1.1
payment term shared extract
APPS.AR_PAYMENT_TERM_S_V·↳ AR_PAYMENT_SCHEDULES_ALL·↳ AR_XLA_LINES_EXTRACT·↳ RA_TERMS_B·Explore AR module →