DBA Data[Home] [Help]

APPS.ARP_TRX_VAL dependencies on RA_CUSTOMER_TRX_LINES

Line 170: from ra_customer_trx_lines line

166: from dual
167: where rownum = 1
168: and exists
169: (select 'invalid precision'
170: from ra_customer_trx_lines line
171: where (( decode(l_min_acct_unit, null,
172: round(extended_amount, l_precision),
173: round(extended_amount / l_min_acct_unit)
174: * l_min_acct_unit) - extended_amount <> 0 )