DBA Data[Home] [Help]

APPS.GMS_AWARD_DIST_ENG dependencies on PO_LINE_TYPES

Line 183: po_line_types plt

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

Line 228: po_line_types plt

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