DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on CE_FORECAST_OE_ORGS_V

Line 407: ce_forecast_oe_orgs_v org

403:
404: CURSOR base_curr IS
405: SELECT distinct(org.currency_code)
406: FROM ce_forecast_rows r,
407: ce_forecast_oe_orgs_v org
408: WHERE r.row_number BETWEEN
409: NVL(CE_CASH_FCST.G_rp_rownum_from, row_number) and
410: NVL(CE_CASH_FCST.G_rp_rownum_to, row_number)
411: AND r.forecast_header_id = CE_CASH_FCST.G_rp_forecast_header_id