DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on AP_INVOICES_PKG

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

1016:
1017: IF ( l_count > 0 ) THEN
1018:
1019: l_prepay_amount_applied :=
1020: ap_invoices_pkg.get_prepay_amount_applied(p_line_rec.invoice_id);
1021:
1022: if (l_prepay_amount_applied <> 0) then
1023: p_error_code := 'AP_INV_DEL_APPLIED_PREPAY';
1024: RETURN FALSE;