DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PVT dependencies on AR_CASH_RECEIPTS

Line 3492: FROM ar_cash_receipts

3488: l_count := 0 ;
3489:
3490: SELECT count(*)
3491: INTO l_count
3492: FROM ar_cash_receipts
3493: WHERE cash_receipt_id = p_adj_rec.associated_cash_receipt_id ;
3494:
3495: IF ( l_count <> 1 )
3496: THEN