Friday, September 7, 2018

What is meant by Release Sequence Rules in Oracle APPS?

Release Sequence Rules determines the order in which inventory is allocated to
sales orders. Users can choose to allocate by order, outstanding Invoice value,
Scheduled Date, Departure Date & Shipment Priority.

The order in which sales orders are filled could be very important. If a company has
a problem of running out of material before all of their orders have been filled it is
very important that they have filled their most important orders first.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...