DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 3525: FROM oe_order_headers_all

3521:
3522: -- This cursor is used to validate Header ID
3523: CURSOR l_orderheaders_csr(p_header_id NUMBER) IS
3524: SELECT order_number
3525: FROM oe_order_headers_all
3526: WHERE header_id = p_header_id;
3527:
3528: -- This cursor is used to get the information about all the line items corresponding to an Order
3529: CURSOR l_orderlines_csr(p_line_id NUMBER) IS -- -- SECHAWLA 21-OCT-04 3924244