DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on DUAL

Line 295: FROM dual;

291:
292: Begin
293: SELECT ap_invoice_distributions_s.nextval
294: INTO l_invoice_distribution_id
295: FROM dual;
296:
297: Exception
298: WHEN others then
299: null;