DBA Data[Home] [Help]

APPS.PO_DIFF_SUMMARY_PKG dependencies on PO_PDOI_PRICE_TOLERANCE_PVT

Line 1581: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance

1577: d_position := 20;
1578:
1579: IF (l_need_to_check_tolerance = FND_API.G_TRUE) THEN
1580:
1581: PO_PDOI_PRICE_TOLERANCE_PVT.get_price_tolerance
1582: ( p_index_tbl => l_check_tolerance_index_tbl,
1583: p_po_header_id_tbl => l_po_header_id_tbl,
1584: p_item_id_tbl => l_item_id_tbl,
1585: p_category_id_tbl => l_category_id_tbl,

Line 1599: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check

1595: WHILE (l_index IS NOT NULL) LOOP
1596: d_position := 40;
1597:
1598: l_over_tolerance :=
1599: PO_PDOI_PRICE_TOLERANCE_PVT.exceed_tolerance_check
1600: ( p_price_tolerance => l_price_update_tolerance_tbl(l_index),
1601: p_old_price => l_old_price_tbl(l_index),
1602: p_new_price => l_new_price_tbl(l_index)
1603: );