DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on OZF_RESALE_LINES_ALL

Line 1734: FROM ozf_resale_lines_all

1730: selling_price unit_selling_price,
1731: org_id,
1732: NVL(exchange_rate_date, date_ordered) conv_date,
1733: currency_code transactional_curr_code
1734: FROM ozf_resale_lines_all
1735: WHERE inventory_item_id IN ( SELECT na.inventory_item_id
1736: FROM ozf_na_products_temp na)
1737: -- AND ol.flow_status_code IN ('SHIPPED','CLOSED')
1738: -- AND ol.cancelled_flag = 'N'