[Home] [Help]
59:
60: CURSOR distributions_cur (term_temp_id IN NUMBER)
61: IS
62: SELECT *
63: FROM pn_distributions_all
64: WHERE term_template_id = term_temp_id;
65:
66:
67:
659:
660: CURSOR distributions_cur (term_temp_id IN NUMBER)
661: IS
662: SELECT *
663: FROM pn_distributions_all
664: WHERE term_template_id = term_temp_id;
665:
666:
667: -- Using the last estimated payment term to default the values in case present.