DBA Data[Home] [Help]

APPS.PO_CONTRACTS_S dependencies on PO_LINE_LOCATIONS

Line 103: po_line_locations pll,

99: from dual
100: where exists (
101: SELECT 'Exists'
102: FROM po_lines pol,
103: po_line_locations pll,
104: po_headers poh2
105: WHERE pol.contract_id = X_contract_id --
106: AND pol.po_line_id = pll.po_line_id
107: AND poh2.po_header_id = pol.po_header_id

Line 115: po_line_locations_gt pll, --

111: AND poh2.currency_code <> x_currency_code
112: UNION ALL
113: SELECT 'Exists'
114: FROM po_lines_gt pol, --
115: po_line_locations_gt pll, --
116: po_headers_gt potoapp --
117: WHERE pol.contract_id = X_contract_id --
118: AND pol.po_line_id = pll.po_line_id
119: AND pol.po_header_id = potoapp.po_header_id

Line 155: po_line_locations pll,

151: )
152: )
153: INTO X_purchased_amount
154: FROM po_lines pol,
155: po_line_locations pll,
156: po_headers poh2
157: WHERE pol.contract_id = X_contract_id --
158: AND pol.po_line_id = pll.po_line_id
159: AND poh2.po_header_id = pol.po_header_id

Line 196: po_line_locations_gt pll, --

192: )
193: )
194: INTO X_current_amount
195: FROM po_lines_gt pol, --
196: po_line_locations_gt pll, --
197: po_headers_gt potoapp --
198: WHERE pol.contract_id = X_contract_id --
199: AND pol.po_line_id = pll.po_line_id
200: AND pol.po_header_id = potoapp.po_header_id