DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WIP_ENTITIES

Line 186: FROM wip_entities

182: l_err_start_index NUMBER;
183:
184: CURSOR c_get_entity_type(p_wip_entity_id IN NUMBER, p_org_id IN NUMBER) IS
185: SELECT entity_type
186: FROM wip_entities
187: WHERE wip_entity_id = p_wip_entity_id
188: AND organization_id = p_org_id;
189:
190: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

Line 1832: FROM wip_entities

1828: ) IS
1829:
1830: CURSOR c_wip_entity_type IS
1831: SELECT entity_type
1832: FROM wip_entities
1833: WHERE wip_entity_id = p_wip_entity_id;
1834:
1835: CURSOR c_repetitive_line_id IS
1836: SELECT line_id