Search Results invoice_trx_status
Overview
The view APPS.JL_AR_AR_CUST_TRX_TYPES_V is a reporting and integration construct within Oracle E-Business Suite Receivables, exposed in the APPS schema. It presents a denormalized, translation-resolved listing of Receivables transaction types — invoices, credit memos, debit memos, deposits, and guarantees — enriched with the human-readable meanings of their associated lookup codes and the descriptive name of their default payment term. In releases 12.1.1 and 12.2.2, this view is used to drive selection lists, validation logic, and downstream integrations that must resolve a transaction type to its default transaction status, printing option, and accounting behavior without repeatedly joining to the underlying lookup and terms tables.
Because the view resolves foreign-key lookups to their meanings, it is particularly valuable for reports where a code such as the default invoice transaction status must be rendered as a description rather than a raw lookup code.
Underlying Base Objects
The view is defined over the following documented objects:
RA_CUST_TRX_TYPES— the primary source table, supplying transaction type identity, descriptive attributes, flags, and the default status, printing option, and term foreign keys.AR_LOOKUPS— joined three times (aliases A, B, and C) to decode the printing option (INVOICE_PRINT_OPTIONS), the default transaction status (INVOICE_TRX_STATUS), and the transaction class (INV/CM).RA_TERMS— outer-joined (+) to resolve the default payment term name; the outer join permits transaction types with no term to remain in the result set.
The filter clause restricts output to transaction types in DEP, GUAR, INV, CM, and DM, and excludes deposits and guarantees that do not affect accounting.
Key Columns
CUST_TRX_TYPE_ID,NAME,DESCRIPTION— the identity and descriptive text of the transaction type.TYPE/CLASS_MEANING— the class code and its decoded meaning fromINV/CMlookups.DEFAULT_STATUS— the decodedINVOICE_TRX_STATUSmeaning, central to the user's search.DEFAULT_PRINTING_OPTION,DEFAULT_TERM— decoded print option and resolved term name.- Boolean flags:
OPEN_RECEIVABLES_FLAG(accounting affect),POST_TO_GL_FLAG,ALLOW_FREIGHT_FLAG,CREATION_SIGN,ALLOW_OVERAPPLICATION_FLAG,NATURAL_APPLICATION_ONLY_FLAG,TAX_CALCULATION_FLAG. START_DATE,END_DATE— effective dating of the transaction type.
Common Use Cases and Queries
Typical implementations use this view for transaction type Lovs, status validation, and integration mappings. A representative query listing active invoice types with their default status is:
SELECT name, type, class_meaning, default_status FROM jl_ar_cust_trx_types_v WHERE type = 'INV' ORDER BY name;- Filtering by status:
SELECT name FROM jl_ar_cust_trx_types_v WHERE default_status = 'Unpaid'; - Effective-date filtering:
SELECT * FROM jl_ar_cust_trx_types_v WHERE SYSDATE BETWEEN NVL(start_date, SYSDATE) AND NVL(end_date, SYSDATE+1);
Because the view resolves the INVOICE_TRX_STATUS lookup to its meaning, it is the preferred source whenever a report or interface must present or match on the default status description rather than the underlying code.
-
Lookup Type: INVOICE_TRX_STATUS
12.2.2
product: AR - Receivables , meaning: Invoice Trx Status , description: Invoice status(Open/Pending) for Invoice Zone on Invoice form ,
-
Lookup Type: INVOICE_TRX_STATUS
12.1.1
product: AR - Receivables , meaning: Invoice Trx Status , description: Invoice status(Open/Pending) for Invoice Zone on Invoice form ,
-
VIEW: APPS.JL_AR_AR_CUST_TRX_TYPES_V
12.1.1
-
VIEW: APPS.IBE_PAYMENT_DETAIL_V
12.2.2
-
VIEW: APPS.AR_OEX_INVOICE_VIEW
12.1.1
-
VIEW: APPS.JL_AR_AR_CUST_TRX_TYPES_V
12.2.2
-
VIEW: APPS.AR_OEX_INVOICE_VIEW
12.2.2
-
VIEW: APPS.IBE_PAYMENT_DETAIL_V
12.1.1
-
APPS.AR_DEPOSIT_VAL_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_DUNNING_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.IEX_TRX_SUMMARY_V
12.2.2
-
VIEW: APPS.IEX_TRX_SUMMARY_V
12.1.1
-
VIEW: APPS.IEX_LS_TRX_BSC_V
12.1.1
-
VIEW: APPS.IEX_LS_TRX_BSC_V
12.2.2
-
APPS.AR_DEPOSIT_VAL_PVT SQL Statements
12.2.2
-
VIEW: APPS.CSC_INV_TRANSACTIONS_V
12.2.2
-
View: JL_AR_AR_CUST_TRX_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_AR_AR_CUST_TRX_TYPES_V, object_name:JL_AR_AR_CUST_TRX_TYPES_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_AR_AR_CUST_TRX_TYPES_V ,
-
VIEW: APPS.IEX_AG_TRX_V
12.2.2
-
View: AR_OEX_INVOICE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
View: IBE_PAYMENT_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_PAYMENT_DETAIL_V, object_name:IBE_PAYMENT_DETAIL_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_PAYMENT_DETAIL_V ,
-
VIEW: APPS.IEX_TRANSACTIONS_QUERY_V
12.2.2
-
VIEW: APPS.IEX_TRANSACTIONS_QUERY_V
12.1.1
-
VIEW: APPS.CSC_INV_TRANSACTIONS_V
12.1.1
-
View: JL_AR_AR_CUST_TRX_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_AR_AR_CUST_TRX_TYPES_V, object_name:JL_AR_AR_CUST_TRX_TYPES_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_AR_AR_CUST_TRX_TYPES_V ,
-
View: AR_OEX_INVOICE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
View: IBE_PAYMENT_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_PAYMENT_DETAIL_V, object_name:IBE_PAYMENT_DETAIL_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_PAYMENT_DETAIL_V ,
-
APPS.ARP_TRX_DEFAULTS SQL Statements
12.1.1
-
APPS.ARP_TRX_DEFAULTS SQL Statements
12.2.2
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_V
12.2.2
-
VIEW: APPS.IEX_AG_TRX_V
12.1.1
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_PMT_V
12.1.1
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_V
12.1.1
-
VIEW: APPS.IEX_LS_TRX_ADV_V
12.1.1
-
VIEW: APPS.IEX_INVOICE_DETAILS_V
12.2.2
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_PMT_V
12.2.2
-
VIEW: APPS.IEX_INVOICE_DETAILS_V
12.1.1
-
VIEW: APPS.IEX_LS_TRX_ADV_V
12.2.2
-
View: AR_PAYMENT_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_TRX2_V
12.1.1
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_TRX2_V
12.2.2
-
View: AR_PAYMENT_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,
-
VIEW: APPS.RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
-
View: AR_PAYMENT_SCHEDULES_PMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_PMT_V, object_name:AR_PAYMENT_SCHEDULES_PMT_V, status:VALID, product: AR - Receivables , description: (Release 115 Only ) , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_PMT_V ,
-
VIEW: APPS.IEX_AGING_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
-
VIEW: APPS.IEX_AGING_TRANSACTIONS_V
12.1.1
-
View: AR_PAYMENT_SCHEDULES_PMT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_PMT_V, object_name:AR_PAYMENT_SCHEDULES_PMT_V, status:VALID, product: AR - Receivables , description: (Release 115 Only ) , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_PMT_V ,
-
APPS.JL_JLBRRCAD_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.IEX_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.IEX_TRANSACTIONS_V
12.1.1