DBA Data[Home] [Help]

APPS.AP_PAYMENT_PUBLIC_PKG dependencies on AP_PAY_INVOICE_PKG

Line 559: AP_PAY_INVOICE_PKG.AP_PAY_INVOICE(

555: to_char(P_Invoice_Payment_Info_Tab(i).invoice_id) || ' payment_num:' ||
556: to_char(P_Invoice_Payment_Info_Tab(i).Payment_Schedule_num);
557:
558: --Bug# 8305713: Passing P_Invoice_Payment_Info_Tab(i).Discount_Taken
559: AP_PAY_INVOICE_PKG.AP_PAY_INVOICE(
560: P_invoice_id => P_Invoice_Payment_Info_Tab(i).invoice_id,
561: P_check_id => P_check_id,
562: P_payment_num => P_Invoice_Payment_Info_Tab(i).Payment_Schedule_num,
563: P_invoice_payment_id => l_invoice_payment_id,