DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_REQUISITION_LINES_ALL

Line 163: FROM po_requisition_lines_all lne,

159: decode( plt.matching_basis, 'AMOUNT', dst.req_line_amount,
160: dst.req_line_quantity * lne.unit_price) ,
161: NULL,
162: SYSDATE
163: FROM po_requisition_lines_all lne,
164: po_req_distributions_all dst,
165: po_line_types plt
166: -- bug 3576717
167: WHERE lne.requisition_header_id = p_header_id