DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 2007: FROM oe_order_headers_all

2003:
2004: -- This cursor is used to validate Header ID
2005: CURSOR l_orderheaders_csr(cp_header_id NUMBER) IS
2006: SELECT order_number
2007: FROM oe_order_headers_all
2008: WHERE header_id = cp_header_id;
2009:
2010: /* -- SECHAWLA 21-OCT-04 3924244
2011: -- This cursor is used to get the information about all the line items corresponding to an Order