DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on OE_TRANSACTION_TYPES_ALL

Line 4566: oe_transaction_types_all ota,

4562: select reservation_id,reservation_quantity,supply_source_type_id
4563: from mtl_reservations mr,
4564: oe_order_lines_all oel,
4565: oe_order_headers_all oeh,
4566: oe_transaction_types_all ota,
4567: oe_transaction_types_tl otl,
4568: mtl_sales_orders mso
4569: where mr.demand_source_line_id = oel.line_id --ato item line id
4570: and oel.line_id = p_line_Id

Line 5686: oe_transaction_types_all ota,

5682: FROM
5683: mtl_reservations mr,
5684: oe_order_lines_all oel,
5685: oe_order_headers_all oeh,
5686: oe_transaction_types_all ota,
5687: oe_transaction_types_tl otl,
5688: mtl_sales_orders mso
5689: WHERE
5690: mr.demand_source_line_id = oel.line_id