DBA Data[Home] [Help]

APPS.AP_VOID_PKG dependencies on AP_RECONCILIATION_PKG

Line 626: AP_RECONCILIATION_PKG.Recon_Payment_History

622: l_debug_info := 'Unclear the payment if the payment type is netting';
623:
624: if l_netting_type = 'N' then --4945922
625:
626: AP_RECONCILIATION_PKG.Recon_Payment_History
627: (NULL,
628: P_Check_Id,
629: P_Reversal_Date,
630: P_Reversal_Date,

Line 723: AP_RECONCILIATION_PKG.insert_payment_history

719:
720: -- End of Bug 6953346
721:
722: -- Bug3343314
723: AP_RECONCILIATION_PKG.insert_payment_history
724: (
725: x_check_id => p_check_id,
726: x_transaction_type => l_transaction_type,
727: x_accounting_date => p_reversal_date,