DBA Data[Home] [Help]

APPS.JAI_ENCUM_PRC dependencies on PO_DISTRIBUTIONS_ALL

Line 247: PO_DISTRIBUTIONS_ALL DIST,

243: INTO p_nr_tax_tbl(i)
244: FROM JAI_PO_TAXES PO_TAX,
245: JAI_CMN_TAXES_ALL TAX_CODE,
246: PO_HEADERS_ALL POH,
247: PO_DISTRIBUTIONS_ALL DIST,
248: PO_LINE_LOCATIONS_ALL POLL
249: WHERE po_tax.line_location_id = dist.line_location_id
250: AND dist.line_location_id = poll.line_location_id
251: AND dist.po_header_id = poh.po_header_id

Line 273: , po_distributions_all dist

269: FROM
270: jai_po_taxes po_tax
271: , jai_cmn_taxes_all tax_code
272: , po_headers_all poh
273: , po_distributions_all dist
274: , po_line_locations_all poll
275: WHERE po_tax.line_location_id = dist.line_location_id
276: AND dist.line_location_id = poll.line_location_id
277: AND dist.po_header_id = poh.po_header_id