DBA Data[Home] [Help]

APPS.POA_EDW_RCV_TXNS_F_SIZE dependencies on PO_LINE_TYPES

Line 206: from po_line_types

202: p_from_date and p_to_date;
203:
204: CURSOR c_7 IS
205: SELECT avg(nvl(vsize(line_type), 0))
206: from po_line_types
207: where last_update_date between
208: p_from_date and p_to_date;
209:
210: CURSOR c_8 IS