DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_DISTRIBUTIONS_ALL

Line 227: po_distributions_all dst,

223: dst.quantity_ordered * lne.unit_price),
224: NULL,
225: SYSDATE
226: FROM po_lines_all lne,
227: po_distributions_all dst,
228: po_line_types plt
229: -- bug 3576717
230: WHERE lne.po_header_id = p_header_id
231: AND lne.po_line_id = p_line_id