DBA Data[Home] [Help]

APPS.MRP_GET_ORDER dependencies on MRP_ITEM_WIP_ENTITIES

Line 27: from mrp_item_wip_entities

23: and inventory_item_id = arg_item_id;
24:
25: cursor C2 is
26: select wip_entity_name
27: from mrp_item_wip_entities
28: where wip_entity_id = arg_disp_id
29: and compile_designator = arg_compile_desig
30: and organization_id = arg_org_id
31: and inventory_item_id = arg_item_id;

Line 35: from mrp_item_wip_entities

31: and inventory_item_id = arg_item_id;
32:
33: cursor C3 is
34: select wip_entity_name
35: from mrp_item_wip_entities
36: where wip_entity_id = arg_disp_id
37: and compile_designator = arg_compile_desig
38: and organization_id = arg_org_id
39: and inventory_item_id = arg_by_prod_assy_id;