DBA Data[Home] [Help]

APPS.AST_INVOICE_LINES_PVT dependencies on RA_CUSTOMER_TRX_LINES_V

Line 55: FROM ra_customer_trx_lines_v

51: uom_code,
52: quantity,
53: unit_selling_price,
54: extended_amount
55: FROM ra_customer_trx_lines_v
56: WHERE customer_trx_id = l_invoice_id;
57:
58: BEGIN
59: -- Standard start of API savepoint