DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on INV_UTILITIES

Line 234: inv_utilities.get_inv_fulfillment_base(

230: debug_print('In get_reservation_qty_lot ');
231: END IF;
232:
233: -- MUOM fulfillment Project
234: inv_utilities.get_inv_fulfillment_base(
235: p_source_line_id => p_rsv_rec.demand_source_line_id,
236: p_demand_source_type_id => p_rsv_rec.demand_source_type_id,
237: p_org_id => p_rsv_rec.organization_id,
238: x_fulfillment_base => l_fulfill_base

Line 719: inv_utilities.get_inv_fulfillment_base(

715: RAISE fnd_api.g_exc_unexpected_error;
716: END IF;
717:
718: --MUOM Fulfillment Project
719: inv_utilities.get_inv_fulfillment_base(
720: p_source_line_id => p_to_demand_source_line_id,
721: p_demand_source_type_id => p_to_demand_source_type_id,
722: p_org_id => p_to_organization_id,
723: x_fulfillment_base => l_fulfill_base

Line 865: inv_utilities.get_inv_fulfillment_base(

861: debug_print('could not find the record for the item id ' || l_line_rec_inventory_item_id || ' Org ' ||l_line_rec_org_id );
862: END IF;
863: END;
864: --MUOM Fulfillment Project
865: inv_utilities.get_inv_fulfillment_base(
866: p_source_line_id => p_demand_line_id,
867: p_demand_source_type_id => p_demand_type_id,
868: p_org_id => l_line_rec_org_id,
869: x_fulfillment_base => l_fulfill_base

Line 1030: inv_utilities.get_inv_fulfillment_base(

1026: --
1027: END IF;
1028:
1029: --MUOM Fulfillment Project
1030: inv_utilities.get_inv_fulfillment_base(
1031: p_source_line_id => px_rsv_rec.demand_source_line_id,
1032: p_demand_source_type_id => px_rsv_rec.demand_source_type_id,
1033: p_org_id => px_rsv_rec.organization_id,
1034: x_fulfillment_base => l_fulfill_base

Line 2051: inv_utilities.get_inv_fulfillment_base(

2047: debug_print('p_to_rsv_rec.secondary_reservation_quantity = '||p_to_rsv_rec.secondary_reservation_quantity);
2048: END IF;
2049:
2050: --MUOM Fulfillment Project
2051: inv_utilities.get_inv_fulfillment_base(
2052: p_source_line_id => p_to_rsv_rec.demand_source_line_id,
2053: p_demand_source_type_id =>p_to_rsv_rec.demand_source_type_id,
2054: p_org_id => p_to_rsv_rec.organization_id,
2055: x_fulfillment_base => l_fulfill_base

Line 3132: inv_utilities.get_inv_fulfillment_base(

3128: ELSE
3129: RAISE fnd_api.g_exc_unexpected_error;
3130: END IF;
3131: --MUOM Fulfillment Project
3132: inv_utilities.get_inv_fulfillment_base(
3133: p_source_line_id => p_demand_source_line_id,
3134: p_demand_source_type_id => p_demand_source_type_id,
3135: p_org_id => p_organization_id,
3136: x_fulfillment_base => l_fulfill_base

Line 9026: inv_utilities.get_inv_fulfillment_base(

9022: END IF;
9023: END IF;
9024:
9025: --MUOM Fulfillment Project
9026: inv_utilities.get_inv_fulfillment_base(
9027: p_source_line_id => l_rsv_rec.demand_source_line_id,
9028: p_demand_source_type_id => l_rsv_rec.demand_source_type_id,
9029: p_org_id => l_rsv_rec.organization_id,
9030: x_fulfillment_base => l_fulfill_base

Line 10995: Inv_Utilities.Get_Inv_Fulfillment_Base(

10991: -- call the helper procedure to get the reservable qty of the demand
10992: IF (l_debug = 1) THEN
10993: debug_print('Inside get demand reservable qty');
10994: END IF;
10995: Inv_Utilities.Get_Inv_Fulfillment_Base(
10996: p_source_line_id => l_to_rsv_rec.demand_source_line_id,
10997: p_demand_source_type_id => l_to_rsv_rec.demand_source_type_id,
10998: p_org_id => l_to_rsv_rec.organization_id,
10999: x_fulfillment_base => l_fulfill_base );

Line 11077: inv_utilities.get_inv_fulfillment_base(

11073: l_reservable_qty) > 0.000005) THEN*/
11074: get_reservation_qty_lot( p_rsv_rec => l_to_rsv_rec,
11075: p_reservation_qty_lot => l_reservation_qty_lot);
11076: -- MUOM fulfillment Project
11077: inv_utilities.get_inv_fulfillment_base(
11078: p_source_line_id => l_to_rsv_rec.demand_source_line_id,
11079: p_demand_source_type_id => l_to_rsv_rec.demand_source_type_id,
11080: p_org_id => l_to_rsv_rec.organization_id,
11081: x_fulfillment_base => l_fulfill_base);

Line 13687: inv_utilities.get_inv_fulfillment_base(

13683: l_dual_tracking := TRUE;
13684: END IF;
13685: -- INVCONV END
13686: --MUOM Fulfillment Project
13687: inv_utilities.get_inv_fulfillment_base(
13688: p_source_line_id => l_orig_rsv_tbl(1).demand_source_line_id,
13689: p_demand_source_type_id =>l_orig_rsv_tbl(1).demand_source_type_id,
13690: p_org_id => l_orig_rsv_tbl(1).organization_id,
13691: x_fulfillment_base => l_fulfill_base

Line 14020: inv_utilities.get_inv_fulfillment_base(

14016: IF l_return_status = fnd_api.g_ret_sts_unexp_error THEN
14017: RAISE fnd_api.g_exc_unexpected_error;
14018: END IF;
14019: --MUOM Fulfillment Project
14020: inv_utilities.get_inv_fulfillment_base(
14021: p_source_line_id => l_orig_rsv_tbl(1).demand_source_line_id,
14022: p_demand_source_type_id =>l_orig_rsv_tbl(1).demand_source_type_id,
14023: p_org_id => l_orig_rsv_tbl(1).organization_id,
14024: x_fulfillment_base => l_fulfill_base

Line 14337: inv_utilities.get_inv_fulfillment_base(

14333: l_reservation_uom_code := l_orig_rsv_tbl(1).reservation_uom_code;
14334: END IF;
14335:
14336: --MUOM Fulfillment Project
14337: inv_utilities.get_inv_fulfillment_base(
14338: p_source_line_id => l_orig_rsv_tbl(1).demand_source_line_id,
14339: p_demand_source_type_id =>l_orig_rsv_tbl(1).demand_source_type_id,
14340: p_org_id => l_orig_rsv_tbl(1).organization_id,
14341: x_fulfillment_base => l_fulfill_base