DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_PDOI_PRICE_TOLERANCE_PVT

Line 609: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance

605: END IF;
606: END LOOP;
607:
608: -- get price update tolerance
609: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance
610: (
611: p_index_tbl => l_num_tbl,
612: p_po_header_id_tbl => x_lines.hd_po_header_id_tbl,
613: p_item_id_tbl => x_lines.item_id_tbl,

Line 770: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check

766: IF (l_uom_different = FND_API.g_FALSE AND
767: x_lines.unit_price_tbl(i) <> l_unit_price_tbl(l_index)) THEN
768: -- check whether new price exceeds the tolerance
769: l_exceed_tolerance :=
770: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check
771: (
772: p_price_tolerance => x_lines.price_update_tolerance_tbl(i),
773: p_old_price => l_unit_price_tbl(l_index),
774: p_new_price => x_lines.unit_price_tbl(i)