DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on AHL_OSP_ORDERS_VL

Line 4220: FROM AHL_OSP_ORDERS_VL

4216: ) IS
4217: --
4218: CURSOR ahl_osp_order_csr(p_osp_id IN NUMBER) IS
4219: SELECT *
4220: FROM AHL_OSP_ORDERS_VL
4221: WHERE osp_order_id = p_osp_id;
4222:
4223: --
4224: l_osp_order ahl_osp_order_csr%ROWTYPE;