DBA Data[Home] [Help]

APPS.GML_PO_INTERFACE dependencies on PO_DISTRIBUTIONS_ALL

Line 296: FROM po_distributions_all

292: /* BEGIN - Bug 1427876 */
293: CURSOR opm_rel_exchange_rate
294: IS
295: SELECT RATE
296: FROM po_distributions_all
297: WHERE po_header_id = p_po_header_id
298: AND po_line_id = p_po_line_id
299: AND line_location_id = p_po_line_location_id;
300: /* END - Bug 1427876 */