DBA Data[Home] [Help]

APPS.JAI_ENCUM_PRC dependencies on PO_LINE_LOCATIONS_ALL

Line 57: FROM po_line_locations_all

53: /*Cursor to fetch the po_line_id using line_location_id*/
54: CURSOR cur_po_line_id(cp_line_location_id NUMBER)
55: IS
56: SELECT po_line_id
57: FROM po_line_locations_all
58: WHERE line_location_id = cp_line_location_id;
59:
60: /*Cursor to fetch currency, conversion rate and header id of the PO*/
61: CURSOR cur_po_hdr_dtls(cp_po_line_id NUMBER)

Line 168: PO_LINE_LOCATIONS_ALL POLL

164: INTO ln_nr_tot_tax
165: FROM JAI_PO_TAXES PO_TAX,
166: JAI_CMN_TAXES_ALL TAX_CODE,
167: PO_HEADERS_ALL POH,
168: PO_LINE_LOCATIONS_ALL POLL
169: WHERE po_tax.line_location_id = poll.line_location_id
170: AND poll.po_header_id = poh.po_header_id
171: AND po_tax.tax_id = tax_code.tax_id
172: AND poll.line_location_id = ln_line_location_id

Line 192: , po_line_locations_all poll

188: FROM
189: jai_po_taxes po_tax
190: , jai_cmn_taxes_all tax_code
191: , po_headers_all poh
192: , po_line_locations_all poll
193: WHERE po_tax.line_location_id = poll.line_location_id
194: AND poll.po_header_id = poh.po_header_id
195: AND po_tax.tax_id = tax_code.tax_id
196: AND poll.line_location_id = ln_line_location_id

Line 248: PO_LINE_LOCATIONS_ALL POLL

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
252: AND po_tax.tax_id = tax_code.tax_id

Line 274: , po_line_locations_all poll

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
278: AND po_tax.tax_id = tax_code.tax_id