DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_PRICE_DIFFERENTIALS_PKG

Line 173: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

169: '', '', '', '', 'Y');
170:
171: --
172: --Delete the Price differentials entity type for the given Line
173: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
174: p_doc_level => PO_CORE_S.g_doc_level_LINE
175: ,p_doc_level_id => x_po_line_id);
176: --
177: END LOOP;

Line 241: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

237: --
238:
239: --
240: --Delete the Price differentials entity type for the given Line
241: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
242: p_doc_level => PO_CORE_S.g_doc_level_LINE
243: ,p_doc_level_id => x_po_line_id);
244: --
245: