DBA Data[Home] [Help]

APPS.CSP_FORECAST_PVT dependencies on CSP_FORECAST_RULES_B

Line 267: from csp_forecast_rules_b cfrb,

263: cfrb.weighted_avg_period9,
264: cfrb.weighted_avg_period10,
265: cfrb.weighted_avg_period11,
266: cfrb.weighted_avg_period12
267: from csp_forecast_rules_b cfrb,
268: csp_parts_loops_b cplb
269: where cfrb.forecast_rule_id = cplb.forecast_rule_id
270: and cplb.parts_loop_id = p_parts_loop_id;
271: