DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PKG dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 289: l_entity_type := PO_PRICE_DIFFERENTIALS_PVT.get_entity_type(

285: PO_LOG.proc_begin(d_module_base, 'p_doc_level', p_doc_level); PO_LOG.proc_begin(d_module_base, 'p_doc_level_id', p_doc_level_id);
286: END IF;
287:
288: --Get Price differentials entity type for the given Line
289: l_entity_type := PO_PRICE_DIFFERENTIALS_PVT.get_entity_type(
290: p_doc_level => p_doc_level
291: ,p_doc_level_id => p_doc_level_id);
292:
293: IF(PO_LOG.d_stmt) THEN

Line 303: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(

299: RAISE PO_CORE_S.g_early_return_exc ;
300: END IF;
301:
302: d_pos :=20;
303: PO_PRICE_DIFFERENTIALS_PVT.delete_price_differentials(
304: p_entity_type => l_entity_type
305: ,p_entity_id => p_doc_level_id);
306:
307: d_pos :=30;