DBA Data[Home] [Help]

APPS.MRP_LINE_SCHEDULE_ALGORITHM dependencies on WIP_ENTITIES_S

Line 1363: SELECT wip_entities_s.nextval

1359:
1360: FOR i IN 1..v_num_flow LOOP
1361:
1362: -- Create a new flow schedule to carry over the unscheduled quantity
1363: SELECT wip_entities_s.nextval
1364: INTO v_temp
1365: FROM dual;
1366:
1367: V_ERROR_LINE := 5;

Line 1538: SELECT wip_entities_s.nextval

1534: IF v_itemQty_tab(item_list_rec.primary_item_id).remainQty > 0 THEN
1535:
1536: V_ERROR_LINE := 7;
1537:
1538: SELECT wip_entities_s.nextval
1539: INTO v_temp
1540: FROM dual;
1541:
1542: V_ERROR_LINE := 8;

Line 2253: SELECT wip_entities_s.nextval

2249: p_time_tab(v_current_date).start_completion_time :=
2250: p_time_tab(v_current_date).start_completion_time + v_required_time;
2251:
2252: -- Create a new flow schedule to carry over the unscheduled quantity
2253: SELECT wip_entities_s.nextval
2254: INTO v_temp
2255: FROM dual;
2256:
2257: V_ERROR_LINE := 11;

Line 3068: SELECT wip_entities_s.nextval

3064: p_time_tab(v_current_date).start_completion_time :=
3065: p_time_tab(v_current_date).start_completion_time + v_required_time;
3066:
3067: -- Create a new flow schedule to carry over the unscheduled quantity
3068: SELECT wip_entities_s.nextval
3069: INTO v_temp
3070: FROM dual;
3071:
3072: V_ERROR_LINE := 18;

Line 3880: SELECT wip_entities_s.nextval

3876:
3877: p_time_tab(v_current_date).start_completion_time :=
3878: p_time_tab(v_current_date).start_completion_time + v_required_time;
3879:
3880: SELECT wip_entities_s.nextval
3881: INTO v_temp
3882: FROM dual;
3883:
3884: V_ERROR_LINE := 11;