DBA Data[Home] [Help]

APPS.PNT_PAYMENT_TERMS_PKG dependencies on PN_DISTRIBUTIONS_S

Line 2659: SELECT pn_distributions_s.nextval

2655:
2656: FOR dist_rec IN get_dist_cur(p_term_id) LOOP
2657:
2658: l_new_dist_id := NULL;
2659: SELECT pn_distributions_s.nextval
2660: INTO l_new_dist_id
2661: FROM DUAL;
2662:
2663: pnp_debug_pkg.debug('create_hist_corr_upd : '||p_change_mode|| '- l_new_dist_id : '||l_new_dist_id);

Line 3252: SELECT pn_distributions_s.NEXTVAL

3248: i = 2) OR
3249: (p_eff_str_dt = term_rec.start_date AND
3250: i = 1) THEN
3251:
3252: SELECT pn_distributions_s.NEXTVAL
3253: INTO l_dist_id
3254: FROM DUAL;
3255:
3256: l_insert_dist_hist := 'Y';