DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WSH_DELIVERY_GROUP_S

Line 1306: select wsh_delivery_group_s.nextval

1302: return;
1303: end if;
1304:
1305: /* Added as part of Enhancement#2578514*/
1306: select wsh_delivery_group_s.nextval
1307: into l_carton_grouping_id
1308: from dual;
1309:
1310: j := 0;

Line 2013: select wsh_delivery_group_s.nextval

2009: /* Carton grouping id should be same for all components of same entity. It should differ from entity to entity*/
2010: if(carton_tbl.EXISTS(p_alloc_comp_tbl(i).wip_entity_id)) then
2011: l_carton_grouping_id := carton_tbl(p_alloc_comp_tbl(i).wip_entity_id);
2012: else
2013: select wsh_delivery_group_s.nextval
2014: into l_carton_grouping_id
2015: from dual;
2016: carton_tbl(p_alloc_comp_tbl(i).wip_entity_id) := l_carton_grouping_id;
2017: end if;