DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on AHL_OSP_ORDERS_VL

Line 4236: FROM AHL_OSP_ORDERS_VL

4232: ) IS
4233: --
4234: CURSOR ahl_osp_order_csr(p_osp_id IN NUMBER) IS
4235: SELECT *
4236: FROM AHL_OSP_ORDERS_VL
4237: WHERE osp_order_id = p_osp_id;
4238:
4239: --
4240: l_osp_order ahl_osp_order_csr%ROWTYPE;