DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on RCV_TRANSACTIONS

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

795: | reduced to less than zero then return FALSE |
796: | Always allow Reversal distributions to be cancelled |
797: +-----------------------------------------------------------------*/
798:
799: l_debug_info := 'Check if quantity_billed on rcv_transactions '
800: || 'would be reduced to < 0';
801:
802: SELECT count(*)
803: INTO l_rcv_dist_count

Line 804: FROM rcv_transactions RT,

800: || 'would be reduced to < 0';
801:
802: SELECT count(*)
803: INTO l_rcv_dist_count
804: FROM rcv_transactions RT,
805: ap_invoice_distributions_all AID
806: WHERE RT.transaction_id = AID.rcv_transaction_id
807: AND AID.invoice_id = p_line_rec.invoice_id
808: AND AID.invoice_line_number = p_line_rec.line_number