DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on DUAL

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

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