DBA Data[Home] [Help]

APPS.MRP_GET_ORDER dependencies on MRP_ITEM_PURCHASE_ORDERS

Line 19: from mrp_item_purchase_orders

15: wip_ent_name varchar2(240);
16:
17: cursor C1 is
18: select po_number
19: from mrp_item_purchase_orders
20: where transaction_id = arg_disp_id
21: and compile_designator = arg_compile_desig
22: and organization_id = arg_org_id
23: and inventory_item_id = arg_item_id;