DBA Data[Home] [Help]

APPS.OE_COMMITMENT_PVT dependencies on OE_CREDIT_ENGINE_GRP

Line 709: OE_CREDIT_ENGINE_GRP.TOLERANCE_CHECK_REQUIRED := FALSE; --ER 12363706, Tolerance is not considered when commitment is changed

705: -- amount is less than the current outbound total.
706: --
707: IF l_payment_amount < l_outbound_total THEN
708: l_verify_payment_flag := 'Y';
709: OE_CREDIT_ENGINE_GRP.TOLERANCE_CHECK_REQUIRED := FALSE; --ER 12363706, Tolerance is not considered when commitment is changed
710: END IF;
711:
712: END IF; -- Payment Type Code
713: