DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on MTL_RESERVATIONS_PKG

Line 9444: mtl_reservations_pkg.insert_row

9440: debug_print(' serial reservation qty = ' || l_rsv_rec.serial_reservation_quantity);
9441: END IF;
9442:
9443: -- INVCONV - Upgrade call to incorporate secondaries
9444: mtl_reservations_pkg.insert_row
9445: (
9446: x_rowid => l_rowid
9447: , x_reservation_id => l_reservation_id
9448: , x_requirement_date => l_rsv_rec.requirement_date

Line 11540: debug_print('Calling mtl_reservations_pkg.update_row');

11536: l_program_id := fnd_global.conc_program_id;
11537: --
11538: -- update the table
11539: IF (l_debug = 1) THEN
11540: debug_print('Calling mtl_reservations_pkg.update_row');
11541: END IF;
11542:
11543: -- Bug 3461990: Reservations API should not update reservations with more
11544: -- than 5 decimal places, since the transaction quantity is being

Line 11574: mtl_reservations_pkg.update_row

11570: debug_print(' After rounding sec detailed quantity' || l_to_rsv_rec.secondary_detailed_quantity); --INVCONV
11571: END IF;
11572:
11573: -- INVCONV - Upgrade to incorporate secondaries
11574: mtl_reservations_pkg.update_row
11575: (
11576: x_reservation_id => l_orig_rsv_tbl(1).reservation_id
11577: , x_requirement_date => l_to_rsv_rec.requirement_date
11578: , x_organization_id => l_to_rsv_rec.organization_id

Line 12226: debug_print('calling mtl_reservations_pkg.delete_row');

12222: END;
12223: /*** End R12 }} ***/
12224:
12225: IF (l_debug = 1) THEN
12226: debug_print('calling mtl_reservations_pkg.delete_row');
12227: END IF;
12228: mtl_reservations_pkg.delete_row(x_reservation_id => l_reservation_id);
12229: NULL;
12230:

Line 12228: mtl_reservations_pkg.delete_row(x_reservation_id => l_reservation_id);

12224:
12225: IF (l_debug = 1) THEN
12226: debug_print('calling mtl_reservations_pkg.delete_row');
12227: END IF;
12228: mtl_reservations_pkg.delete_row(x_reservation_id => l_reservation_id);
12229: NULL;
12230:
12231: ELSE
12232:

Line 12905: mtl_reservations_pkg.delete_row(x_reservation_id => l_reservation_id);

12901:
12902: --
12903: --
12904: -- delete the reservation from the db table
12905: mtl_reservations_pkg.delete_row(x_reservation_id => l_reservation_id);
12906:
12907: -- Post Delete CTO Validation
12908: IF l_tmp_rsv_tbl(1).demand_source_type_id IN (inv_reservation_global.g_source_type_oe, inv_reservation_global.g_source_type_internal_ord, inv_reservation_global.g_source_type_rma) THEN
12909: --

Line 14592: mtl_reservations_pkg.delete_row

14588: RAISE fnd_api.g_exc_unexpected_error;
14589: END IF;
14590:
14591: -- 2884492
14592: mtl_reservations_pkg.delete_row
14593: (x_reservation_id => l_orig_rsv_tbl(1).reservation_id
14594: ,x_to_reservation_id => l_to_rsv_tbl(1).reservation_id);
14595: /** commented out by request of CTO. The workflow was not processing
14596: * correctly.

Line 14734: mtl_reservations_pkg.update_row

14730: debug_print(' After rounding detailed quantity' ||l_to_rsv_rec.detailed_quantity );
14731: END IF;
14732:
14733: -- INVCONV - Incorporate secondaries in update
14734: mtl_reservations_pkg.update_row
14735: (
14736: x_reservation_id => l_orig_rsv_tbl(1).reservation_id
14737: , x_requirement_date => l_to_rsv_rec.requirement_date
14738: , x_organization_id => l_to_rsv_rec.organization_id

Line 15171: mtl_reservations_pkg.insert_row

15167: END IF;
15168: --12362469
15169:
15170: -- INVCONV - Incorporate secondary columns
15171: mtl_reservations_pkg.insert_row
15172: (
15173: x_rowid => l_rowid
15174: , x_reservation_id => l_reservation_id
15175: , x_requirement_date => l_to_rsv_rec.requirement_date