DBA Data[Home] [Help]

APPS.FV_AP_MATCH_PKG dependencies on FV_OPERATING_UNITS

Line 74: FROM fv_operating_units;

70: p_tolerance_check_status := 'Y';
71:
72: SELECT NVL(payables_tolerance_flag, 'N'), payables_tolerance
73: INTO l_payables_tolerance_flag, l_payables_tolerance
74: FROM fv_operating_units;
75:
76: IF l_payables_tolerance_flag = 'Y' THEN
77: IF p_diff_amount >
78: ((p_po_shipment_amount * l_payables_tolerance) / 100)