DBA Data[Home] [Help]

APPS.POA_EDW_SUP_PERF_F_SIZE dependencies on PO_LINE_TYPES

Line 165: from po_line_types

161: p_from_date and p_to_date;
162:
163: CURSOR c_5 IS
164: SELECT avg(nvl(vsize(line_type), 0))
165: from po_line_types
166: where last_update_date between
167: p_from_date and p_to_date;
168:
169: CURSOR c_6 IS