193: x_progress := '030';
194:
195: --
196:
197: po_items_sv2.get_item_details (X_item_id,
198: X_inventory_org_id,
199: X_planned_item_flag,
200: X_outside_operation_flag,
201: X_outside_op_uom_type,
501: ** item and organization. This price is
502: ** in the primary unit of measure.
503: */
504:
505: po_items_sv2.get_item_cost (x_item_id,
506: x_organization_id,
507: x_primary_cost);
508:
509: