DBA Data[Home] [Help]

APPS.PO_ONLINE_REPORT dependencies on PO_LINE_LOCATIONS

Line 370: l_shipnum po_line_locations.shipment_num%TYPE;

366: p_return_code IN OUT NOCOPY VARCHAR2) RETURN BOOLEAN IS
367:
368: l_docid po_lines.line_num%TYPE;
369: l_linenum po_lines.line_num%TYPE;
370: l_shipnum po_line_locations.shipment_num%TYPE;
371: l_distnum po_distributions.distribution_num%TYPE;
372: l_tokenval1 po_distributions.quantity_delivered%TYPE;
373: l_tokenval2 po_line_locations.quantity%TYPE;
374: l_userid po_lines.last_updated_by%TYPE;

Line 373: l_tokenval2 po_line_locations.quantity%TYPE;

369: l_linenum po_lines.line_num%TYPE;
370: l_shipnum po_line_locations.shipment_num%TYPE;
371: l_distnum po_distributions.distribution_num%TYPE;
372: l_tokenval1 po_distributions.quantity_delivered%TYPE;
373: l_tokenval2 po_line_locations.quantity%TYPE;
374: l_userid po_lines.last_updated_by%TYPE;
375: l_loginid po_lines.last_update_login%TYPE;
376: l_textline po_online_report_text.text_line%TYPE;
377: