DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PUB dependencies on AR_CASH_RECEIPTS

Line 3089: FROM ar_cash_receipts

3085: l_count := 0 ;
3086:
3087: SELECT count(*)
3088: INTO l_count
3089: FROM ar_cash_receipts
3090: WHERE cash_receipt_id = p_adj_rec.associated_cash_receipt_id ;
3091:
3092: IF ( l_count <> 1 )
3093: THEN