DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on STANDARD

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

2392: SAVEPOINT process_line_pvt;
2393: x_detail_rec_count := 0;
2394: l_num_detail_recs := 0;
2395:
2396: -- Standard Call to check for call compatibility
2397: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
2398: RAISE fnd_api.g_exc_unexpected_error;
2399: END IF;
2400:

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

2655: END IF; -- ready to print
2656:
2657: GOTO end_pick;
2658: ELSE
2659: print_debug('Non-standard reservable type: ' || l_reservable_type, 'Inv_Pick_Release_PVT.Process_Line');
2660: END IF; -- The item is reservable
2661:
2662: l_lot_control_code:= INV_CACHE.item_rec.lot_control_code;
2663:

Line 3765: -- Standard call to commit

3761: print_debug('Quantity_detailed is '|| l_quantity_detailed,'Inv_Pick_Release_PVT.Process_Line');
3762: print_debug('2nd after select sec Quantity_detailed is '|| l_sec_quantity_detailed, 'Inv_Pick_Release_PVT.Process_Line');
3763:
3764: --x_detail_rec_count := l_num_detail_recs;
3765: -- Standard call to commit
3766: <>
3767: IF p_commit = fnd_api.g_true
3768: AND p_allow_partial_pick = fnd_api.g_true THEN
3769: COMMIT;