DBA Data[Home] [Help]

APPS.POR_RCV_VALIDATION_PKG dependencies on PO_LINE_LOCATIONS

Line 28: from po_line_locations pll,

24: pl.unit_meas_lookup_code
25: into xQuantityOrdered, xQuantityReceived,
26: xQuantityCancelled, xRcvTolerance,
27: pExceptionCode, xPoUOMCode
28: from po_line_locations pll,
29: po_lines pl
30: where pll.line_location_id = pLineLocationId
31: and pll.po_line_id = pl.po_line_id;
32: exception