DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on PO_LINE_LOCATIONS

Line 235: from po_line_locations

231: into x_quantity_received,
232: x_quantity_billed,
233: x_accrual_option,
234: x_encumbered_flag
235: from po_line_locations
236: where po_line_id = p_po_line_id;
237:
238: IF g_debug_stmt THEN
239: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,