DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_S dependencies on PO_LINE_LOCATIONS

Line 44: , po_line_locations poll

40: null, pol.unit_meas_lookup_code,
41: poll.unit_meas_lookup_code)
42: FROM po_headers poh
43: , po_lines pol
44: , po_line_locations poll
45: WHERE poh.po_header_id = source_document_header_id
46: and poh.po_header_id = pol.po_header_id
47: and pol.line_num = source_document_line_num
48: and pol.po_line_id = poll.po_line_id (+)

Line 99: , po_line_locations poll

95: null, pol.unit_meas_lookup_code,
96: poll.unit_meas_lookup_code)
97: FROM po_headers poh
98: , po_lines pol
99: , po_line_locations poll
100: WHERE poh.po_header_id = source_document_header_id
101: and poh.po_header_id = pol.po_header_id
102: and pol.line_num = source_document_line_num
103: and pol.po_line_id = poll.po_line_id (+)