DBA Data[Home] [Help]

APPS.JAI_ENCUM_PRC dependencies on PO_DISTRIBUTIONS_ALL

Line 214: PO_DISTRIBUTIONS_ALL DIST,

210: INTO p_nr_tax_tbl(i)
211: FROM JAI_PO_TAXES PO_TAX,
212: JAI_CMN_TAXES_ALL TAX_CODE,
213: PO_HEADERS_ALL POH,
214: PO_DISTRIBUTIONS_ALL DIST,
215: PO_LINE_LOCATIONS_ALL POLL
216: WHERE po_tax.line_location_id = dist.line_location_id
217: AND dist.line_location_id = poll.line_location_id
218: AND dist.po_header_id = poh.po_header_id

Line 231: , po_distributions_all dist

227: INTO ln_rec_tax_inclu
228: FROM jai_po_taxes po_tax
229: , jai_cmn_taxes_all tax_code
230: , po_headers_all poh
231: , po_distributions_all dist
232: , po_line_locations_all poll
233: WHERE po_tax.line_location_id = dist.line_location_id
234: AND dist.line_location_id = poll.line_location_id
235: AND dist.po_header_id = poh.po_header_id