Search Results freight_amount
Overview
APPS.AR_LL_FREIGHT_CHARGES_V is an Oracle E-Business Suite view, owned by the APPS schema, that consolidates freight and charges activity associated with cash receipts and their corresponding customer transaction lines. The view is defined in the Oracle Receivables module and is available in both EBS 12.1.1 and 12.2.2. Its primary purpose is to present aggregated freight and charges amounts at the level of a cash receipt, a customer transaction, and the apply-to relationship between them.
The view is particularly relevant to users searching for the freight_amount column, since FREIGHT_AMOUNT is one of the principal measures exposed. Because the underlying definition aggregates data from AR_ACTIVITY_DETAILS and RA_CUSTOMER_TRX_LINES, the view is best understood as a reporting and integration aid rather than a transactional entity. It shields downstream reports, forms, and interfaces from the denormalized detail stored in the activity table, returning one summarized row per cash receipt and customer transaction combination for lines whose line type is FREIGHT or CHARGES.
Underlying Base Objects
The view is defined over two documented base objects, both accessed through synonyms:
- AR_ACTIVITY_DETAILS (SYNONYM) — aliased as
llin the view text. This table supplies the receipt-level activity measures, including allocated_receipt_amount, freight, charges, freight_discount, comments, source_table, current_activity_flag, and auditing columns such as creation_date, created_by, last_update_date, and last_update_login. - RA_CUSTOMER_TRX_LINES (SYNONYM) — aliased as
line. This table provides the transaction line context: customer_trx_line_id, customer_trx_id, line_number, line_type, and amount_due_remaining (exposed as line_balance).
The join between the two objects is on customer_trx_line_id. The view restricts the result set to lines where line_type is 'FREIGHT' or 'CHARGES', where nvl(ll.source_table, 'RA') = 'RA', and where nvl(ll.current_activity_flag, 'Y') = 'Y'. It then groups by cash_receipt_id, customer_trx_id, and apply_to, applying aggregate functions such as SUM, MIN, and MAX across the remaining columns.
Key Columns
- FREIGHT_AMOUNT — the summed freight value from AR_ACTIVITY_DETAILS, the column most commonly searched by users.
- CHARGES_AMOUNT — the summed charges value from the same source.
- AMOUNT — a decoded measure returning the freight value for FREIGHT lines and the charges value for CHARGES lines.
- ALLOCATED_RECEIPT_AMOUNT — the summed receipt amount allocated to the associated activity.
- CASH_RECEIPT_ID — the receipt identifier used as a grouping key.
- CUSTOMER_TRX_ID / CUSTOMER_TRX_LINE_ID / LINE_NUMBER — transaction and line identifiers; the line identifiers are minimized during aggregation.
- APPLY_TO — the apply-to indicator from AR_ACTIVITY_DETAILS, converted to character and included in the group-by clause.
- LINE_DISCOUNT — the summed freight_discount value.
- LINE_BALANCE — the summed amount_due_remaining from RA_CUSTOMER_TRX_LINES.
- OBJECT_VERSION_NUMBER, CREATED_BY_MODULE, COMMENTS, and audit columns — carried through for concurrency control and traceability.
Common Use Cases and Queries
Typical usage centers on reconciling freight and charges against receipts and transactions, and on supplying summarized freight values to custom reports or interfaces. A representative query retrieving freight and charges for a given receipt is:
SELECT cash_receipt_id,
customer_trx_id,
apply_to,
freight_amount,
charges_amount,
allocated_receipt_amount,
line_balance
FROM apps.ar_ll_freight_charges_v
WHERE cash_receipt_id = :p_cash_receipt_id;
To review freight activity for a specific transaction line set, query by customer_trx_id and order by line_number. Because the view aggregates, filters on non-grouped attributes should be applied with care, and joins back to RA_CUSTOMER_TRX_ALL or AR_CASH_RECEIPTS_ALL are commonly added to obtain customer or receipt metadata. The view's reliance on current_activity_flag and source_table means it reflects only current, Receivables-sourced activity, which is an important consideration when reconciling against historical or foreign-source data.
-
VIEW: APPS.AR_LL_FREIGHT_CHARGES_V
12.1.1
-
VIEW: WMS.WMS_FREIGHT_COST_TEMP#
12.2.2
-
View: AR_LL_FREIGHT_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LL_FREIGHT_CHARGES_V, object_name:AR_LL_FREIGHT_CHARGES_V, status:VALID, product: AR - Receivables , description: The AR_LL_LINES_GROUPS_V view is used by the Line-Level Cash Application form , implementation_dba_data: APPS.AR_LL_FREIGHT_CHARGES_V ,
-
VIEW: APPS.AR_LL_FREIGHT_CHARGES_V
12.2.2
-
View: AR_LL_FREIGHT_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LL_FREIGHT_CHARGES_V, object_name:AR_LL_FREIGHT_CHARGES_V, status:VALID, product: AR - Receivables , description: The AR_LL_LINES_GROUPS_V view is used by the Line-Level Cash Application form , implementation_dba_data: APPS.AR_LL_FREIGHT_CHARGES_V ,
-
VIEW: ICX.POS_ASN_SHOP_CART_HEADERS#
12.2.2
-
VIEW: JL.JL_BR_AR_COMP_INV_ALL#
12.2.2
-
View: POS_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
VIEW: APPS.AR_CM_ACTIVITIES_V
12.1.1
-
VIEW: APPS.AR_CM_ACTIVITIES_V
12.2.2
-
View: AR_CM_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_ACTIVITIES_V, object_name:AR_CM_ACTIVITIES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CM_ACTIVITIES_V ,
-
View: AR_CM_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_ACTIVITIES_V, object_name:AR_CM_ACTIVITIES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CM_ACTIVITIES_V ,
-
View: POS_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V POS.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
VIEW: PO.RCV_SHIPMENT_HEADERS#
12.2.2
-
View: POS_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V POS.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: POS - iSupplier Portal , description: used to select the header info for Advance Shipment Notice created , implementation_dba_data: APPS.POS_HEADERS_V ,
-
VIEW: APPS.POS_HEADERS_V
12.1.1
-
VIEW: AR.RA_CM_REQUESTS_ALL#
12.2.2
-
VIEW: APPS.POS_HEADERS_V
12.2.2
-
VIEW: AP.AP_EXPENSE_FEED_LINES_ALL#
12.2.2
-
VIEW: PO.RCV_HEADERS_INTERFACE#
12.2.2
-
VIEW: APPS.AR_LL_FREIGHT_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LL_FREIGHT_CHARGES_V, object_name:AR_LL_FREIGHT_CHARGES_V, status:VALID,
-
VIEW: WMS.WMS_FREIGHT_COST_TEMP#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_FREIGHT_COST_TEMP#, status:VALID,
-
VIEW: APPS.AR_LL_FREIGHT_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LL_FREIGHT_CHARGES_V, object_name:AR_LL_FREIGHT_CHARGES_V, status:VALID,
-
View: AR_INVOICE_INSTALLMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_INSTALLMENTS_V, object_name:AR_INVOICE_INSTALLMENTS_V, status:VALID, product: AR - Receivables , description: Collects invoice installment information , implementation_dba_data: APPS.AR_INVOICE_INSTALLMENTS_V ,
-
VIEW: APPS.AR_INV_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID,
-
VIEW: APPS.AR_CM_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_ACTIVITIES_V, object_name:AR_CM_ACTIVITIES_V, status:VALID,
-
VIEW: APPS.AR_CM_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CM_ACTIVITIES_V, object_name:AR_CM_ACTIVITIES_V, status:VALID,
-
View: AR_INVOICE_INSTALLMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_INSTALLMENTS_V, object_name:AR_INVOICE_INSTALLMENTS_V, status:VALID, product: AR - Receivables , description: Collects invoice installment information , implementation_dba_data: APPS.AR_INVOICE_INSTALLMENTS_V ,
-
View: RCV_SHIPMENT_HEADERS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_MRC_V, object_name:RCV_SHIPMENT_HEADERS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_MRC_V ,
-
VIEW: APPS.AR_INV_ACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID,
-
VIEW: APPS.AR_INVOICE_INSTALLMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_INSTALLMENTS_V, object_name:AR_INVOICE_INSTALLMENTS_V, status:VALID,
-
View: RCV_SHIPMENT_HEADERS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_MRC_V, object_name:RCV_SHIPMENT_HEADERS_MRC_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_MRC_V ,
-
VIEW: APPS.AR_INVOICE_INSTALLMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_INSTALLMENTS_V, object_name:AR_INVOICE_INSTALLMENTS_V, status:VALID,
-
TABLE: AR.AR_LLCA_TRX_LINES_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LLCA_TRX_LINES_GT, object_name:AR_LLCA_TRX_LINES_GT, status:VALID,
-
VIEW: APPS.RCV_SHIPMENT_HEADERS_MRC_V
12.2.2
-
VIEW: APPS.RCV_SHIPMENT_HEADERS_MRC_V
12.1.1
-
TABLE: IBY.IBY_AR_DOC_HEADER_GT1
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_AR_DOC_HEADER_GT1, object_name:IBY_AR_DOC_HEADER_GT1, status:VALID,
-
TABLE: AR.AR_LLCA_TRX_LINES_GT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LLCA_TRX_LINES_GT, object_name:AR_LLCA_TRX_LINES_GT, status:VALID,
-
VIEW: APPS.AR_INVOICE_INSTALLMENTS_V
12.1.1
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
VIEW: APPS.IEX_APP_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_APP_ADJ_V, status:VALID,
-
VIEW: APPS.AR_INVOICE_INSTALLMENTS_V
12.2.2
-
VIEW: APPS.POBV_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID,
-
VIEW: APPS.POBV_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID,
-
VIEW: JL.JL_BR_AR_COMP_INV_ALL#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_BR_AR_COMP_INV_ALL#, status:VALID,
-
VIEW: APPS.POS_ASN_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID,
-
VIEW: APPS.ARBR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: ICX.POS_ASN_SHOP_CART_HEADERS#
12.2.2
owner:ICX, object_type:VIEW, object_name:POS_ASN_SHOP_CART_HEADERS#, status:VALID,
-
View: AR_INV_ACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_INV_ACT_V ,
-
View: AR_INV_ACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INV_ACT_V, object_name:AR_INV_ACT_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_INV_ACT_V ,