DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_EXPLOSIONS_V

Line 17: from wip_explosions_v

13: l_count NUMBER;
14: CURSOR c_components IS
15: select row_id, component_quantity, component_item_id,
16: component_code, operation_seq_num
17: from wip_explosions_v
18: where top_bill_sequence_id = p_bill_sequence_id
19: and organization_id = p_organization_id
20: and wip_supply_type = wip_constants.phantom
21: order by component_code;