DBA Data[Home] [Help]

APPS.POA_EDW_PO_DIST_F_SIZE dependencies on PO_LINE_TYPES

Line 275: from po_line_types

271: p_from_date and p_to_date;
272:
273: CURSOR c_7 IS
274: SELECT avg(nvl(vsize(line_type), 0))
275: from po_line_types
276: where last_update_date between
277: p_from_date and p_to_date;
278:
279: CURSOR c_8 IS