How You Derive Agreement Quantities

Here is how the blanket purchase agreement amounts are derived.

Award quantity for a goods line is calculated like this:

if (agreed_quantity > 0)

then {

award_quantity =agreed_quantity;

} else if (estimated_quantity > 0)

award_quantity = estimated_quantity;

} else {

award_quantity = 1;

}

For FPS lines award_quantity = 1;

Default agreement amount of a blanket purchase agreement = sum_of_all_lines (award_quantity * award_price)

Also, there is an action Edit award amount in the award negotiation page and analyze negotiation page to override the preceding default value and specify a manual value, which will then be carried forward to the agreements created in Oracle Purchasing cloud.