DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_ACTIONS dependencies on STANDARD

Line 8964: standard */

8960: END IF;
8961: l_qty2 := p_req_quantity2 ;
8962:
8963: /* need to validate the quantity passed meets the decimal quantity
8964: standard */
8965:
8966: --Check if org is a process one or not for the current record
8967: --
8968: -- HW OPMCONV - Removed checking for process org

Line 9388: standard */

9384: SAVEPOINT split_savepoint;
9385: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
9386:
9387: /* need to validate the quantity passed meets the decimal quantity
9388: standard */
9389:
9390:
9391: -- HW OPMCONV - Removed branching
9392:

Line 10284: -- muom: IN Prior Reservations Case, if the Primary and Secondary are not in standard conversion and if the

10280: -- muom
10281: l_qty := p_req_quantity ;
10282: l_qty2 := p_req_quantity2 ;
10283:
10284: -- muom: IN Prior Reservations Case, if the Primary and Secondary are not in standard conversion and if the
10285: -- primary reservation is more the primary requested and secondary reservation is less than the secondary requested
10286: -- then you will get a call to this api when -ve p_req_quantity
10287: IF l_fulfillment_base = 'S' and l_qty <= 0 THEN
10288: l_qty :=

Line 10301: standard */

10297: END IF;
10298: END IF;
10299:
10300: /* need to validate the quantity passed meets the decimal quantity
10301: standard */
10302:
10303: -- Patch J: Catch Weights
10304: -- Need to split the secondary quantity in proportion to the primary quantity.
10305: -- Catch weight support currently only for non-opm lines.

Line 10681: standard */

10677: --
10678: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
10679:
10680: /* need to validate the quantity passed meets the decimal quantity
10681: standard */
10682:
10683:
10684: -- HW OPMCONV. Removed branching
10685: l_qty2 := p_quantity_to_split2;