DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RPT_SPR_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 148: l_po_release_id po_line_locations_all.po_release_id%TYPE;

144: l_po_header_id po_headers_all.po_header_id%TYPE;
145: l_po_line_id po_lines_all.po_line_id%TYPE;
146:
147: l_cancel_flag po_lines_all.cancel_flag%TYPE;
148: l_po_release_id po_line_locations_all.po_release_id%TYPE;
149:
150: l_manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE;
151:
152: CURSOR l_cur_get_blanket_po (

Line 162: , po_line_locations_all loc

158: to_char(re.release_num) || ',' || to_char(h.revision_num) REPORT_TITLE_NUM
159: ,re.release_num
160: FROM po_headers_all h
161: , po_lines_all l
162: , po_line_locations_all loc
163: , po_releases_all re
164: WHERE re.po_release_id = loc.po_release_id
165: AND loc.po_line_id = lp_po_line_id
166: AND l.po_header_id = lp_po_header_id

Line 290: po_line_locations_all loc,

286: , l.po_line_id
287: , loc.po_release_id
288: FROM po_headers_all h,
289: po_lines_all l,
290: po_line_locations_all loc,
291: jmf_subcontract_orders sub,
292: mtl_system_items_vl mtl,
293: po_vendor_sites_all pvsa,
294: hr_locations_all hrloc,