DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 3547: SELECT ap_invoice_distributions_s.NEXTVAL

3543: AND line_number=p_line_number;
3544:
3545: FOR l_loop_counter IN nvl(p_prepay_dist_info.first,0) .. nvl(p_prepay_dist_info.last,0) LOOP
3546:
3547: SELECT ap_invoice_distributions_s.NEXTVAL
3548: INTO p_prepay_dist_info(l_loop_counter).invoice_distribution_id
3549: FROM sys.dual; -- Check if it's better to use sequence.CURRVAL instead of dual.
3550:
3551: