[Home] [Help]
APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INVOICES_PKG
Line 73: AP_INVOICES_PKG.LOCK_ROW(l_invoice_id,
69: l_inv_pos,
70: l_inv_next - l_inv_pos));
71:
72: l_log_msg := 'Locking invoice_id:' || to_char(l_invoice_id);
73: AP_INVOICES_PKG.LOCK_ROW(l_invoice_id,
74: l_curr_calling_sequence);
75:
76: -- Determine the number of payments for this invoice
77: --