DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on PO_HEADERS_ALL

Line 1425: po_headers_all poh,

1421: -- based on the Buyer on the PO
1422: CURSOR get_buyer_from_po(config_line_id IN NUMBER) IS
1423: select u.user_name
1424: from mtl_reservations mr,
1425: po_headers_all poh,
1426: oe_order_lines_all oel,
1427: fnd_user u
1428: where oel.line_id = config_line_id and
1429: mr.demand_source_type_id in (8,2) and