APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OE_ORDER_HEADERS_ALL
Line 2011: FROM oe_order_headers_all
2007:
2008: -- This cursor is used to validate Header ID
2009: CURSOR l_orderheaders_csr(cp_header_id NUMBER) IS
2010: SELECT order_number 2011: FROM oe_order_headers_all 2012: WHERE header_id = cp_header_id;
2013:
2014: /* -- SECHAWLA 21-OCT-04 3924244
2015: -- This cursor is used to get the information about all the line items corresponding to an Order