DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on STANDARD

Line 2089: -- Standard Call to check for call compatibility

2085: SAVEPOINT process_line_pvt;
2086: x_detail_rec_count := 0;
2087: l_num_detail_recs := 0;
2088:
2089: -- Standard Call to check for call compatibility
2090: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
2091: RAISE fnd_api.g_exc_unexpected_error;
2092: END IF;
2093:

Line 2341: print_debug('Non-standard reservable type: ' || l_reservable_type, 'Inv_Pick_Release_PVT.Process_Line');

2337: END IF; -- ready to print
2338:
2339: GOTO end_pick;
2340: ELSE
2341: print_debug('Non-standard reservable type: ' || l_reservable_type, 'Inv_Pick_Release_PVT.Process_Line');
2342: END IF; -- The item is reservable
2343:
2344: l_lot_control_code:= INV_CACHE.item_rec.lot_control_code;
2345:

Line 3278: -- Standard call to commit

3274: print_debug('Quantity_detailed is '|| l_quantity_detailed,'Inv_Pick_Release_PVT.Process_Line');
3275: print_debug('2nd after select sec Quantity_detailed is '|| l_sec_quantity_detailed, 'Inv_Pick_Release_PVT.Process_Line');
3276:
3277: --x_detail_rec_count := l_num_detail_recs;
3278: -- Standard call to commit
3279: <>
3280: IF p_commit = fnd_api.g_true
3281: AND p_allow_partial_pick = fnd_api.g_true THEN
3282: COMMIT;