[Home] [Help]
713: where line_id = line_id;
714:
715: cursor oke_selling_price is
716: select unit_price
717: from oke_k_deliverables_b
718: where deliverable_id = line_id;
719:
720: l_unit_selling_price NUMBER := 0;
721: begin
757: where line_id = line_id;
758:
759: cursor oke_selling_price is
760: select unit_price
761: from oke_k_deliverables_b
762: where deliverable_id = line_id;
763:
764: l_unit_selling_price NUMBER := 0;
765: begin