DBA Data[Home] [Help]

APPS.AR_ADJVALIDATE_PUB dependencies on AR_CASH_RECEIPTS

Line 3058: FROM ar_cash_receipts

3054: l_count := 0 ;
3055:
3056: SELECT count(*)
3057: INTO l_count
3058: FROM ar_cash_receipts
3059: WHERE cash_receipt_id = p_adj_rec.associated_cash_receipt_id ;
3060:
3061: IF ( l_count <> 1 )
3062: THEN