DBA Data[Home] [Help]

APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_ELS_PARAMETERS

Line 135: wms_els_parameters wep,

131: FND_GLOBAL.LOGIN_ID,
132: FND_GLOBAL.USER_ID,
133: SYSDATE
134: from mtl_supply ms,
135: wms_els_parameters wep,
136: mtl_units_of_measure_vl mum
137: where to_organization_id = p_org_id
138: and wep.organization_id = to_organization_id
139: and supply_type_code IN( 'PO','REQ','SHIPMENT')

Line 218: wms_els_parameters wep

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'
222: and open_flag='Y'