DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on RCV_TRANSACTIONS

Line 647: l_debug_info := 'Check if quantity_billed on rcv_transactions '

643: | reduced to less than zero then return FALSE |
644: | Always allow Reversal distributions to be cancelled |
645: +-----------------------------------------------------------------*/
646:
647: l_debug_info := 'Check if quantity_billed on rcv_transactions '
648: || 'would be reduced to < 0';
649:
650: SELECT count(*)
651: INTO l_rcv_dist_count

Line 652: FROM rcv_transactions RT,

648: || 'would be reduced to < 0';
649:
650: SELECT count(*)
651: INTO l_rcv_dist_count
652: FROM rcv_transactions RT,
653: ap_invoice_distributions_all AID
654: WHERE RT.transaction_id = AID.rcv_transaction_id
655: AND AID.invoice_id = p_line_rec.invoice_id
656: AND AID.invoice_line_number = p_line_rec.line_number