DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_PDOI_PRICE_TOLERANCE_PVT

Line 574: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance

570: END IF;
571: END LOOP;
572:
573: -- get price update tolerance
574: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance
575: (
576: p_index_tbl => l_num_tbl,
577: p_po_header_id_tbl => x_lines.hd_po_header_id_tbl,
578: p_item_id_tbl => x_lines.item_id_tbl,

Line 725: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check

721: IF (l_uom_different = FND_API.g_FALSE AND
722: x_lines.unit_price_tbl(i) <> l_unit_price_tbl(l_index)) THEN
723: -- check whether new price exceeds the tolerance
724: l_exceed_tolerance :=
725: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check
726: (
727: p_price_tolerance => x_lines.price_update_tolerance_tbl(i),
728: p_old_price => l_unit_price_tbl(l_index),
729: p_new_price => x_lines.unit_price_tbl(i)