DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on AP_INVOICES_PKG

Line 964: ap_invoices_pkg.get_prepay_amount_applied(p_line_rec.invoice_id);

960:
961: IF ( l_count > 0 ) THEN
962:
963: l_prepay_amount_applied :=
964: ap_invoices_pkg.get_prepay_amount_applied(p_line_rec.invoice_id);
965:
966: if (l_prepay_amount_applied <> 0) then
967: p_error_code := 'AP_INV_DEL_APPLIED_PREPAY';
968: RETURN FALSE;