DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_DECIMALS_PUB

Line 32: of the INV_decimals_pub. validate_quantity API.

28: Validate_Derived_Quantities
29: BRIEF DESCRIPTION :
30: This API will be called to validate the derived_reserved_quantity
31: and process the primary and secondary quantities based on the result
32: of the INV_decimals_pub. validate_quantity API.
33: CALLER :
34: 1. Derive_reservation_qty
35: 2. Calculate_Partial_Quantity
36: BUG # :

Line 58: inv_decimals_pub.validate_quantity(

54: IF l_debug_level > 0 THEN
55: OE_DEBUG_PUB.Add('Entering Validate_Derived_Quantities',1);
56: OE_DEBUG_PUB.Add('Before Calling validate_quantity ' ,1);
57: END IF;
58: inv_decimals_pub.validate_quantity(
59: p_item_id => p_x_rsv_rec.inventory_item_id,
60: p_organization_id =>
61: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID',p_x_rsv_rec.org_id), -- 4759251
62: p_input_quantity => p_x_rsv_rec.derived_reserved_qty,

Line 1229: inv_decimals_pub.validate_quantity(

1225: /*
1226: IF l_debug_level > 0 THEN
1227: OE_DEBUG_PUB.Add('Before Calling validate_quantity ' ,1);
1228: END IF;
1229: inv_decimals_pub.validate_quantity(
1230: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1231: p_organization_id =>
1232: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID',p_x_rsv_tbl(I).org_id), -- 4759251
1233: p_input_quantity => p_x_rsv_tbl(I).derived_reserved_qty,

Line 1471: inv_decimals_pub.validate_quantity(

1467:
1468: IF l_debug_level > 0 THEN
1469: OE_DEBUG_PUB.Add('Before Calling inv_reservation_pub.validate_quantity ' ,1);
1470: END IF;
1471: inv_decimals_pub.validate_quantity(
1472: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1473: p_organization_id =>
1474: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID',p_x_rsv_tbl(I).org_id), --4759251
1475: p_input_quantity => l_reservation_rec.reservation_quantity,