DBA Data[Home] [Help]

APPS.DPP_PURCHASEPRICE_PVT dependencies on PO_CHANGE_API1_S

Line 588: l_result := PO_CHANGE_API1_S.update_po(x_po_number => po_rec.po_num,

584: ELSE ---po_rec.unit_price = l_new_price THEN
585: -- Debug Message
586: DPP_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'Price to be updated for item: ' || l_item_cost_tbl(i).item_number || ' is ' ||l_new_price);
587:
588: l_result := PO_CHANGE_API1_S.update_po(x_po_number => po_rec.po_num,
589: x_release_number => po_rec.release_num,
590: x_revision_number => po_rec.revision_num,
591: x_line_number => po_rec.line_num,
592: x_shipment_number => po_rec.shipment_num,