DBA Data[Home] [Help]

APPS.WSH_WSHRDINV_XMLP_PKG dependencies on OKE_K_DELIVERABLES_B

Line 748: from oke_k_deliverables_b

744: where line_id = p_source_line_id; --Bug 9166141 changed line_id to source_line_id
745:
746: cursor oke_selling_price is
747: select unit_price
748: from oke_k_deliverables_b
749: where deliverable_id = p_source_line_id; --Bug 9166141 changed line_id to source_line_id
750: --RTV changes
751: cursor efc_selling_price is
752: select unit_price

Line 805: from oke_k_deliverables_b

801: where line_id = p_source_line_id; --Bug 9166141 changed line_id to source_line_id
802:
803: cursor oke_selling_price is
804: select unit_price
805: from oke_k_deliverables_b
806: where deliverable_id = p_source_line_id; --Bug 9166141 changed line_id to source_line_id
807: --RTV changes
808: cursor efc_selling_price is
809: select unit_price