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 1784: FROM wip_entities

1780: ) IS
1781:
1782: CURSOR c_wip_entity_type IS
1783: SELECT entity_type
1784: FROM wip_entities
1785: WHERE wip_entity_id = p_wip_entity_id;
1786:
1787: CURSOR c_repetitive_line_id IS
1788: SELECT line_id