DBA Data[Home] [Help]

APPS.AR_ACTIVITY_DETAILS_PKG dependencies on AR_LL_LINES_GROUPS_V

Line 587: from ar_ll_lines_groups_v

583: x_total_rtot_db in out NOCOPY number) IS
584: begin
585: select sum(nvl(line_discount,0)+nvl(tax_discount,0))
586: into x_total
587: from ar_ll_lines_groups_v
588: where customer_Trx_id = x_customer_Trx_id
589: and cash_receipt_id = x_cash_receipt_id;
590:
591: x_total_rtot_db := x_total;