DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on OZF_RESALE_LINES_ALL

Line 1502: FROM ozf_resale_lines_all

1498: selling_price unit_selling_price,
1499: org_id,
1500: NVL(exchange_rate_date, date_ordered) conv_date,
1501: currency_code transactional_curr_code
1502: FROM ozf_resale_lines_all
1503: WHERE inventory_item_id IN ( SELECT na.inventory_item_id
1504: FROM ozf_na_products_temp na)
1505: -- AND ol.flow_status_code IN ('SHIPPED','CLOSED')
1506: -- AND ol.cancelled_flag = 'N'