Search Results ar_rct_method_s_v
Overview
The view AR_RCT_METHOD_S_V is a shared extraction interface in the Oracle E-Business Suite Receivables (AR) module, delivered in the APPS schema with a status of VALID. Its documented description, "cash receipt receipt method shared extract," identifies its purpose: exposing receipt method and receipt class information as required by the Subledger Accounting (SLA/XLA) extract process. In EBS 12.1.1 and 12.2.2, this view supplies the receipt method context that accompanies accounting event data extracted from subledger transactions, so that downstream accounting engines and reporting layers can resolve the receipt method and receipt class attributes associated with a given event line.
The object is one of a family of shared extract views used by the Create Accounting and extract infrastructure. Because the user search term was "notes_receivable," it is relevant that the view explicitly exposes the RCT_CLASS_NOTES_RECEIVABLE column, which surfaces the Notes Receivable flag defined at the receipt class level. This makes the view a practical reference point for identifying receipt classes configured as notes receivable instruments.
Underlying Base Objects
The view is defined over three documented base objects, each referenced through a synonym in the APPS schema:
- AR_RECEIPT_METHODS — aliased RM1, joined on RECEIPT_METHOD_ID with the extract lines.
- AR_RECEIPT_CLASSES — aliased RC1, joined to receipt methods on RECEIPT_CLASS_ID.
- AR_XLA_LINES_EXTRACT — aliased L, the subledger accounting extract lines driving the join and supplying EVENT_ID, LINE_NUMBER, LANGUAGE, and LEDGER_ID.
The join conditions restrict output to extract lines where LEVEL_FLAG = 'H' and EVENT_CLASS_CODE = 'CREDIT_MEMO', and where the receipt method on the line matches AR_RECEIPT_METHODS. The result is a denormalized projection combining receipt class attributes, receipt method attributes, and the XLA extract line identity.
Key Columns
- RCT_CLASS_NAME, RCT_MTHD_NAME, RCT_MTHD_PRINTED_NAME — the receipt class name and receipt method name/printed name, used for labeling and reporting.
- RCT_CLASS_NOTES_RECEIVABLE — the notes receivable indicator on the receipt class, directly answering searches for notes receivable configuration.
- RCT_CLASS_CLEAR_FLAG, RCT_CLASS_CONFIRM_FLAG, RCT_CLASS_REMIT_FLAG — receipt class behavior flags governing clearing, confirmation, and remittance.
- RCT_CLASS_CREATE_METHOD_CD, RCT_CLASS_CREATION_STATUS, RCT_CLASS_REMIT_METHOD_CD — code and status attributes for creation and remittance handling.
- RCT_CLASS_RECEIPT_CLASS_ID, RCT_MTHD_RECEIPT_CLASS_ID, RCT_MTHD_RECEIPT_METHOD_ID — the identifying keys linking receipt class and receipt method.
- RCT_MTHD_PAYMENT_TYPE_CODE — the payment channel code of the receipt method.
- RCT_CLASS_GLOBAL_ATTR1..3, RCT_CLASS_GLOBAL_ATTR_CAT — descriptive flexfield context and global attribute segments from the receipt class.
- EVENT_ID, LINE_NUMBER, LANGUAGE, LEDGER_ID — the XLA extract line identifiers and ledger context.
Common Use Cases and Queries
The view is typically queried to audit which receipt methods and classes participate in SLA extract processing, and to isolate notes receivable classes. A representative query follows:
SELECT RCT_MTHD_NAME, RCT_CLASS_NAME, RCT_CLASS_NOTES_RECEIVABLE, LEDGER_ID, EVENT_ID FROM AR_RCT_METHOD_S_V WHERE RCT_CLASS_NOTES_RECEIVABLE = 'Y';SELECT RCT_MTHD_NAME, RCT_MTHD_PAYMENT_TYPE_CODE, RCT_CLASS_CLEAR_FLAG, RCT_CLASS_REMIT_FLAG FROM AR_RCT_METHOD_S_V ORDER BY RCT_MTHD_NAME;SELECT DISTINCT RCT_MTHD_RECEIPT_METHOD_ID, RCT_MTHD_NAME FROM AR_RCT_METHOD_S_V WHERE EVENT_CLASS_CODE IS NULL;(join back to the extract for event-class filtering)
Typical scenarios include reconciling receipt method configuration against accounting extract output, troubleshooting missing accounting for credit memo events, and confirming notes receivable receipt classes prior to posting.
-
View: AR_RCT_METHOD_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID, product: AR - Receivables , description: cash receipt receipt method shared extract , implementation_dba_data: APPS.AR_RCT_METHOD_S_V ,
-
View: AR_RCT_METHOD_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID, product: AR - Receivables , description: cash receipt receipt method shared extract , implementation_dba_data: APPS.AR_RCT_METHOD_S_V ,
-
SYNONYM: APPS.AR_XLA_LINES_EXTRACT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_XLA_LINES_EXTRACT, status:VALID,
-
SYNONYM: APPS.AR_XLA_LINES_EXTRACT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_XLA_LINES_EXTRACT, status:VALID,
-
SYNONYM: APPS.AR_RECEIPT_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIPT_CLASSES, status:VALID,
-
SYNONYM: APPS.AR_RECEIPT_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIPT_CLASSES, status:VALID,
-
VIEW: APPS.AR_RCT_METHOD_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID,
-
VIEW: APPS.AR_RCT_METHOD_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID,
-
SYNONYM: APPS.AR_RECEIPT_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIPT_METHODS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.AR_RECEIPT_METHODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIPT_METHODS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,