DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_LINES_ALL

Line 208: FROM po_lines_all lne,

204: decode( plt.matching_basis, 'AMOUNT', dst.amount_ordered,
205: dst.quantity_ordered * lne.unit_price),
206: NULL,
207: SYSDATE
208: FROM po_lines_all lne,
209: po_distributions_all dst,
210: po_line_types plt
211: -- bug 3576717
212: WHERE lne.po_header_id = p_header_id