DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_HEADERS

Line 62: po_headers ph,

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
66: rsh.shipment_header_id = v_shipment_header_id

Line 124: po_headers ph,

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
128: rsh.shipment_header_id = v_shipment_header_id

Line 231: po_headers ph,

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
235: rsh.shipment_header_id = v_shipment_header_id

Line 298: po_headers ph,

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
302: rsh.shipment_header_id = v_shipment_header_id