DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_PRICE_DIFFERENTIALS_PKG

Line 71: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

67: x_line_location_id,
68: '', '', '', '', 'Y');
69: --
70: --Delete the Price differentials entity type for the given Shipment
71: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
72: p_doc_level => PO_CORE_S.g_doc_level_SHIPMENT
73: ,p_doc_level_id => x_line_location_id);
74: --
75:

Line 143: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

139: x_line_location_id,
140: '', '', '', '', 'Y');
141: --
142: --Delete the Price differentials entity type for the given Shipment
143: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
144: p_doc_level => PO_CORE_S.g_doc_level_SHIPMENT
145: ,p_doc_level_id => x_line_location_id);
146: --
147: END LOOP;

Line 377: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(

373: x_progress := '020';
374:
375: --
376: --Delete the Price differentials entity type for the given Line
377: PO_PRICE_DIFFERENTIALS_PKG.del_level_specific_price_diff(
378: p_doc_level => PO_CORE_S.g_doc_level_SHIPMENT
379: ,p_doc_level_id => x_line_location_id);
380: --
381: