DBA Data[Home] [Help]

APPS.MRP_LINE_SCHEDULE_ALGORITHM dependencies on WIP_ENTITIES_S

Line 1362: SELECT wip_entities_s.nextval

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

Line 1537: SELECT wip_entities_s.nextval

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

Line 2252: SELECT wip_entities_s.nextval

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

Line 3067: SELECT wip_entities_s.nextval

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

Line 3879: SELECT wip_entities_s.nextval

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