DBA Data[Home] [Help]

APPS.PO_LINES_PKG_SCU dependencies on PO_LINE_LOCATIONS

Line 53: from PO_LINE_LOCATIONS PLL

49: select nvl(sum(quantity),0) - nvl(sum(quantity_cancelled),0),
50: nvl(sum(quantity),0) - nvl(sum(quantity_cancelled),0)
51: into X_total,
52: X_total_RTOT_DB
53: from PO_LINE_LOCATIONS PLL
54: where PLL.PO_LINE_ID = X_po_line_id;
55:
56: exception
57: