DBA Data[Home] [Help]

APPS.GMI_OM_UTIL dependencies on WSH_DELIVERY_DETAILS

Line 219: SELECT * from wsh_delivery_details

215: l_opm_to_uom VARCHAR2(5);
216: l_converted_qty NUMBER;
217:
218: CURSOR Get_wdd_rec IS
219: SELECT * from wsh_delivery_details
220: where delivery_detail_id = p_delivery_detail_id;
221:
222: WDD_REC Get_wdd_rec%rowtype;
223: