DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on PO_REQUISITION_HEADERS_ALL

Line 1442: po_requisition_headers_all porh,

1438: -- based on the Buyer on the PO req line
1439: CURSOR get_buyer_from_po_req_line(config_line_id IN NUMBER) IS
1440: select u.user_name
1441: from mtl_reservations mr,
1442: po_requisition_headers_all porh,
1443: po_requisition_lines_all porl,
1444: oe_order_lines_all oel,
1445: fnd_user u
1446: where oel.line_id = config_line_id and