DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_PRICE_ADJUSTMENTS_PKG

Line 119: PO_PRICE_ADJUSTMENTS_PKG.delete_price_adjustments

115: po_lines_sv.delete_children(X_type_lookup_code, X_po_line_id);
116: --dbms_output.put_line('after delete children');
117:
118: --
119: PO_PRICE_ADJUSTMENTS_PKG.delete_price_adjustments
120: ( p_po_header_id => X_po_header_id
121: , p_po_line_id => X_po_line_id
122: );
123: --

Line 200: PO_PRICE_ADJUSTMENTS_PKG.delete_price_adjustments(p_po_header_id => X_po_header_id );

196: );
197: --
198:
199: --Enhanced Pricing
200: PO_PRICE_ADJUSTMENTS_PKG.delete_price_adjustments(p_po_header_id => X_po_header_id );
201:
202: --dbms_output.put_line('Before delete all lines');
203: DELETE FROM PO_LINES_ALL /*Bug6632095: using base table instead of view */
204: WHERE po_header_id = X_po_header_id;