DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_REQUISITION_LINES_ALL

Line 181: FROM po_requisition_lines_all lne,

177: decode( plt.matching_basis, 'AMOUNT', dst.req_line_amount,
178: dst.req_line_quantity * lne.unit_price) ,
179: NULL,
180: SYSDATE
181: FROM po_requisition_lines_all lne,
182: po_req_distributions_all dst,
183: po_line_types plt
184: -- bug 3576717
185: WHERE lne.requisition_header_id = p_header_id