DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 3261: SELECT ap_invoice_distributions_s.NEXTVAL

3257: AND line_number=p_line_number;
3258:
3259: FOR l_loop_counter IN nvl(p_prepay_dist_info.first,0) .. nvl(p_prepay_dist_info.last,0) LOOP
3260:
3261: SELECT ap_invoice_distributions_s.NEXTVAL
3262: INTO p_prepay_dist_info(l_loop_counter).invoice_distribution_id
3263: FROM sys.dual; -- Check if it's better to use sequence.CURRVAL instead of dual.
3264:
3265: