DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on FLM_KANBAN_PLANNING_TEMP_S

Line 1499: select FLM_KANBAN_PLANNING_TEMP_S.nextval into v_flm_kanban_planning_temp(l_counter).Planning_temp_id from dual;

1495: l_first := l_counter+1;
1496: WHILE l_start_date <= l_end_date
1497: LOOP
1498: l_counter := l_counter+1;
1499: select FLM_KANBAN_PLANNING_TEMP_S.nextval into v_flm_kanban_planning_temp(l_counter).Planning_temp_id from dual;
1500: v_flm_kanban_planning_temp(l_counter).Kanban_Plan_Id := l_kanban_plan_id;
1501: v_flm_kanban_planning_temp(l_counter).Pull_Sequence_Id := v_plan_pull_seq_tbl(l_plan_pull_seq).Pull_Sequence_Id;
1502: v_flm_kanban_planning_temp(l_counter).Organization_Id := v_plan_pull_seq_tbl(l_plan_pull_seq).organization_id;
1503: v_flm_kanban_planning_temp(l_counter).Inventory_Item_Id := v_plan_pull_seq_tbl(l_plan_pull_seq).inventory_item_id;