DBA Data[Home] [Help]

APPS.JAI_AP_MISC_PKG dependencies on AP_INVOICES_ALL

Line 75: from ap_invoices_all

71:
72: Begin
73: Select invoice_currency_code
74: into lv_inv_curr_code
75: from ap_invoices_all
76: where invoice_id = p_invoice_id;
77:
78: Exception
79: When others then