DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on DUAL

Line 3263: FROM sys.dual; -- Check if it's better to use sequence.CURRVAL instead of dual.

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:
3266: l_debug_info := 'Derive the charge_applicable_to_dist_id and related_id for Tax Dists and Tax variances';
3267: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN