DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on CST_EAM_BALANCE_BY_ACCOUNTS

Line 2557: FROM CST_EAM_BALANCE_BY_ACCOUNTS

2553: TXN_TYPE, MFG_COST_ELEMENT_ID, p_forecast_rec.forecast_id as forecast_id,
2554: 1 as period_year, 1 as period_type
2555:
2556:
2557: FROM CST_EAM_BALANCE_BY_ACCOUNTS
2558: WHERE wip_entity_id = p_wip_id_table(j);
2559:
2560: END IF;
2561: