DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 3517: FROM oe_order_headers_all

3513:
3514: -- This cursor is used to validate Header ID
3515: CURSOR l_orderheaders_csr(p_header_id NUMBER) IS
3516: SELECT order_number
3517: FROM oe_order_headers_all
3518: WHERE header_id = p_header_id;
3519:
3520: -- This cursor is used to get the information about all the line items corresponding to an Order
3521: CURSOR l_orderlines_csr(p_line_id NUMBER) IS -- -- SECHAWLA 21-OCT-04 3924244