DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on INV_DECIMALS_PUB

Line 1186: inv_decimals_pub.validate_quantity(

1182: TRUNC((p_x_rsv_tbl(I).ordered_qty2 * p_percentage) / 100, 5); -- INVCONV
1183: IF l_debug_level > 0 THEN
1184: OE_DEBUG_PUB.Add('Before Calling validate_quantity ' ,1);
1185: END IF;
1186: inv_decimals_pub.validate_quantity(
1187: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1188: p_organization_id =>
1189: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID',p_x_rsv_tbl(I).org_id), -- 4759251
1190: p_input_quantity => p_x_rsv_tbl(I).derived_reserved_qty,

Line 1419: inv_decimals_pub.validate_quantity(

1415:
1416: IF l_debug_level > 0 THEN
1417: OE_DEBUG_PUB.Add('Before Calling inv_reservation_pub.validate_quantity ' ,1);
1418: END IF;
1419: inv_decimals_pub.validate_quantity(
1420: p_item_id => p_x_rsv_tbl(I).inventory_item_id,
1421: p_organization_id =>
1422: OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID',p_x_rsv_tbl(I).org_id), --4759251
1423: p_input_quantity => l_reservation_rec.reservation_quantity,