DBA Data[Home] [Help]

APPS.DPP_PURCHASEPRICE_PVT dependencies on PO_CHANGE_API1_S

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

588: -- Debug Message
589: IF g_debug THEN
590: DPP_UTILITY_PVT.debug_message('Price to be updated for item: ' || l_item_cost_tbl(i).item_number || ' is ' ||l_new_price);
591: END IF;
592: l_result := PO_CHANGE_API1_S.update_po(x_po_number => po_rec.po_num,
593: x_release_number => po_rec.release_num,
594: x_revision_number => po_rec.revision_num,
595: x_line_number => po_rec.line_num,
596: x_shipment_number => po_rec.shipment_num,