DBA Data[Home] [Help]

APPS.MRP_KANBAN_PLAN_PK dependencies on MRP_FORECAST_DATES

Line 886: FROM mrp_forecast_dates

882: SELECT current_forecast_quantity,
883: forecast_date,
884: rate_end_date,
885: bucket_type
886: FROM mrp_forecast_dates
887: WHERE organization_id = g_kanban_info_rec.organization_id
888: AND ((forecast_designator = g_kanban_info_rec.input_designator) or
889: (forecast_designator in ( -- forecast set
890: select forecast_designator

Line 2453: FROM mrp_forecast_dates

2449: rate_end_date,
2450: bucket_type,
2451: origination_type,
2452: line_id
2453: FROM mrp_forecast_dates
2454: WHERE organization_id = g_kanban_info_rec.organization_id
2455: /*
2456: AND ((forecast_designator = g_kanban_info_rec.input_designator) or
2457: (forecast_designator in ( -- forecast set

Line 3509: FROM mrp_forecast_dates

3505: CURSOR cur_forecast_entries IS
3506: SELECT inventory_item_id,
3507: origination_type,
3508: line_id
3509: FROM mrp_forecast_dates
3510: WHERE organization_id = g_kanban_info_rec.organization_id
3511: /*
3512: AND ((forecast_designator = g_kanban_info_rec.input_designator) or
3513: (forecast_designator in ( -- forecast set