DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on WIP_ENTITIES

Line 27: from wip_entities

23: x_return_status := FND_API.G_RET_STS_SUCCESS;
24:
25: select entity_type
26: into l_entityType
27: from wip_entities
28: where wip_entity_id = p_wip_entity_id;
29:
30: if(l_entityType = wip_constants.flow) then --flow schedule
31: return;

Line 120: from wip_entities

116: SAVEPOINT WIP_ISSUE_MATERIAL_START;
117: x_return_status := FND_API.G_RET_STS_SUCCESS;
118: select entity_type
119: into l_entityType
120: from wip_entities
121: where wip_entity_id = p_wip_entity_id;
122:
123: if(l_entityType <> wip_constants.REPETITIVE) then
124: select wdj.status_type

Line 260: from wip_entities

256: x_quantity_allocated := 0;
257:
258: select entity_type
259: into l_entityType
260: from wip_entities
261: where wip_entity_id = p_wip_entity_id;
262: if(l_entityType = wip_constants.flow) then --flow schedule
263: select allocated_flag
264: into l_flow

Line 871: from wip_entities

867: x_return_status := FND_API.G_RET_STS_SUCCESS;
868:
869: select entity_type
870: into l_entityType
871: from wip_entities
872: where wip_entity_id = p_wip_entity_id;
873:
874: If (l_entityType = wip_constants.flow) then
875: Return;

Line 947: from wip_entities

943: x_return_status := FND_API.G_RET_STS_SUCCESS;
944:
945: select entity_type
946: into l_entityType
947: from wip_entities
948: where wip_entity_id = p_wip_entity_id;
949:
950: If (l_entityType = wip_constants.flow) then
951: Return;