DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_LINE_TYPES

Line 165: po_line_types plt

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
168: AND lne.requisition_line_id = p_line_id
169: AND dst.requisition_line_id = lne.requisition_line_id

Line 210: po_line_types plt

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
213: AND lne.po_line_id = p_line_id
214: AND plt.line_type_id = lne.line_type_id