DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_PRICE_DIFFERENTIALS_PKG

Line 181: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

177: '', '', '', '', 'Y');
178:
179: --
180: --Delete the Price differentials entity type for the given Line
181: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
182: p_doc_level => PO_CORE_S.g_doc_level_LINE
183: ,p_doc_level_id => x_po_line_id);
184: --
185: END LOOP;

Line 267: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

263: --
264:
265: --
266: --Delete the Price differentials entity type for the given Line
267: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
268: p_doc_level => PO_CORE_S.g_doc_level_LINE
269: ,p_doc_level_id => x_po_line_id);
270: --
271: