DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_LINES_ALL

Line 226: FROM po_lines_all lne,

222: decode( plt.matching_basis, 'AMOUNT', dst.amount_ordered,
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