DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on CE_FORECAST_OE_ORGS_V

Line 421: ce_forecast_oe_orgs_v org

417:
418: CURSOR base_curr IS
419: SELECT distinct(org.currency_code)
420: FROM ce_forecast_rows r,
421: ce_forecast_oe_orgs_v org
422: WHERE r.row_number BETWEEN
423: NVL(CE_CASH_FCST.G_rp_rownum_from, row_number) and
424: NVL(CE_CASH_FCST.G_rp_rownum_to, row_number)
425: AND r.forecast_header_id = CE_CASH_FCST.G_rp_forecast_header_id