DBA Data[Home] [Help]

APPS.WMS_LMS_EXPECTED_RES dependencies on OE_ORDER_LINES_ALL

Line 217: from oe_order_lines_all,

213: SYSDATE,
214: FND_GLOBAL.LOGIN_ID,
215: FND_GLOBAL.USER_ID,
216: SYSDATE
217: from oe_order_lines_all,
218: wms_els_parameters wep
219: where line_category_code like 'RETURN'
220: and booked_flag ='Y'
221: and cancelled_flag='N'