DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_LINES

Line 61: po_lines pl,

57: rsl.shipment_line_id,
58: rsl.item_id -- pl.item_id
59: FROM
60: po_line_locations pll,
61: po_lines pl,
62: po_headers ph,
63: RCV_SHIPMENT_LINES RSL,
64: RCV_SHIPMENT_HEADERS RSH
65: WHERE

Line 123: po_lines pl,

119: )
120: IS
121: SELECT COUNT(*)
122: FROM po_line_locations pll,
123: po_lines pl,
124: po_headers ph,
125: RCV_SHIPMENT_LINES RSL,
126: RCV_SHIPMENT_HEADERS RSH
127: WHERE

Line 171: * and po_lines in cursors asn_distributions and count_asn_distributions.

167: /* Bug 3648871.
168: * When v_po_header_id was null, we did not join po_distributions
169: * table with other tables. Hence there was performance problem.
170: * Changed the condition join po_distributions with po_line_locations
171: * and po_lines in cursors asn_distributions and count_asn_distributions.
172: */
173: CURSOR asn_distributions(
174: v_shipment_header_id NUMBER,
175: v_shipment_line_id NUMBER,

Line 230: po_lines pl,

226: rsl.item_id
227: FROM
228: po_distributions pod,
229: po_line_locations pll,
230: po_lines pl,
231: po_headers ph,
232: RCV_SHIPMENT_LINES RSL,
233: RCV_SHIPMENT_HEADERS RSH
234: WHERE

Line 297: po_lines pl,

293: SELECT COUNT(*)
294: FROM
295: po_distributions pod,
296: po_line_locations pll,
297: po_lines pl,
298: po_headers ph,
299: RCV_SHIPMENT_LINES RSL,
300: RCV_SHIPMENT_HEADERS RSH
301: WHERE