DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on WIP_REQUIREMENT_OPERATIONS_V

Line 6363: from wip_requirement_operations_v

6359: --bug#13472453
6360:
6361: CURSOR c_count_material(p_wip_entity_id NUMBER, l_inventory_item_id NUMBER) IS
6362: select 'X'
6363: from wip_requirement_operations_v
6364: where wip_entity_id = p_wip_entity_id
6365: and inventory_item_id = l_inventory_item_id
6366: and rownum = 1;
6367:

Line 7113: from wip_requirement_operations_v

7109: operation_seq_num,
7110: required_quantity,
7111: item_primary_uom_code,
7112: supply_subinventory
7113: from wip_requirement_operations_v
7114: where wip_entity_id = p_wip_entity_id;
7115:
7116:
7117: -- Counter used for populating l_x_job_bill_routing_tbl table with

Line 7173: from wip_requirement_operations_v

7169: --bug#13472453
7170:
7171: CURSOR c_count_material(p_wip_entity_id NUMBER, l_inventory_item_id NUMBER) IS
7172: select 'X'
7173: from wip_requirement_operations_v
7174: where wip_entity_id = p_wip_entity_id
7175: and inventory_item_id = l_inventory_item_id
7176: and rownum = 1;
7177: