DBA Data[Home] [Help]

APPS.WSH_WSHRDINV_XMLP_PKG dependencies on OKE_K_DELIVERABLES_B

Line 717: from oke_k_deliverables_b

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

Line 761: from oke_k_deliverables_b

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