DBA Data[Home] [Help]

APPS.JAI_AP_TDS_OLD_PKG dependencies on AP_HOLDS

Line 4240: FROM ap_holds

4236: -- Get the number of holds for the invoice
4237: --
4238: SELECT count(*)
4239: INTO invoice_holds
4240: FROM ap_holds
4241: WHERE invoice_id = l_invoice_id
4242: AND release_lookup_code is NULL;
4243: ---------------------------------------------------------------------
4244: -- If invoice is cancelled, return 'CANCELLED'.