DBA Data[Home] [Help]

APPS.M4R_7B5_OSFM_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 287: FROM po_lines_all l, po_line_locations_all ll, po_distributions_all d

283:
284: CURSOR M4R_7B5_OSFM_C1(l_po_header_id NUMBER, l_po_rel_id NUMBER)
285: IS
286: SELECT l.po_header_id,ll.po_line_id,ll.line_location_id,d.PO_DISTRIBUTION_ID
287: FROM po_lines_all l, po_line_locations_all ll, po_distributions_all d
288: WHERE l.po_header_id = l_po_header_id
289: AND l.line_type_id IN (
290: SELECT line_type_id
291: FROM po_line_types