DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on INV_RSV_SYNCH

Line 1154: inv_rsv_synch.for_update(

1150: ,reservation_quantity = l_new_rsv_quantity
1151: ,secondary_reservation_quantity = l_new_sec_rsv_quantity
1152: WHERE reservation_id = l_org_wide_res_id;
1153:
1154: inv_rsv_synch.for_update(
1155: p_reservation_id => l_org_wide_res_id
1156: , x_return_status => l_api_return_status
1157: , x_msg_count => x_msg_count
1158: , x_msg_data => x_msg_data);

Line 1162: print_debug('Error from inv_rsv_synch.for_update', 'Inv_Pick_Release_PVT.Process_Reservations');

1158: , x_msg_data => x_msg_data);
1159:
1160: IF l_api_return_status = fnd_api.g_ret_sts_error THEN
1161: IF (is_debug) THEN
1162: print_debug('Error from inv_rsv_synch.for_update', 'Inv_Pick_Release_PVT.Process_Reservations');
1163: END IF;
1164: RAISE fnd_api.g_exc_error;
1165: END IF;
1166: --

Line 1169: print_debug('Unexp. error from inv_rsv_synch.for_update', 'Inv_Pick_Release_PVT.Process_Reservations');

1165: END IF;
1166: --
1167: IF l_api_return_status = fnd_api.g_ret_sts_unexp_error THEN
1168: IF (is_debug) THEN
1169: print_debug('Unexp. error from inv_rsv_synch.for_update', 'Inv_Pick_Release_PVT.Process_Reservations');
1170: END IF;
1171: RAISE fnd_api.g_exc_unexpected_error;
1172: END IF;
1173:

Line 2721: inv_rsv_synch.for_update(

2717: SET primary_reservation_quantity = l_new_prim_rsv_quantity
2718: ,reservation_quantity = l_new_rsv_quantity
2719: WHERE reservation_id = l_reservation_id;
2720:
2721: inv_rsv_synch.for_update(
2722: p_reservation_id => l_reservation_id
2723: , x_return_status => l_api_return_status
2724: , x_msg_count => x_msg_count
2725: , x_msg_data => x_msg_data);

Line 2729: print_debug('Error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Reservations');

2725: , x_msg_data => x_msg_data);
2726:
2727: IF l_api_return_status = fnd_api.g_ret_sts_error THEN
2728: IF (is_debug) THEN
2729: print_debug('Error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Reservations');
2730: END IF;
2731: RAISE fnd_api.g_exc_error;
2732: END IF;
2733: --

Line 2736: print_debug('Unexp. error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Reservations');

2732: END IF;
2733: --
2734: IF l_api_return_status = fnd_api.g_ret_sts_unexp_error THEN
2735: IF (is_debug) THEN
2736: print_debug('Unexp. error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Reservations');
2737: END IF;
2738: RAISE fnd_api.g_exc_unexpected_error;
2739: END IF;
2740:

Line 2857: /* inv_rsv_synch.for_update(

2853: fnd_msg_pub.ADD;
2854: RAISE fnd_api.g_exc_unexpected_error;
2855: END IF;
2856:
2857: /* inv_rsv_synch.for_update(
2858: p_reservation_id => l_demand_rsvs_ordered(l_res_ordered_index).reservation_id
2859: , x_return_status => l_api_return_status
2860: , x_msg_count => x_msg_count
2861: , x_msg_data => x_msg_data);

Line 2865: print_debug('Error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Line');

2861: , x_msg_data => x_msg_data);
2862:
2863: IF l_api_return_status = fnd_api.g_ret_sts_error THEN
2864: IF (is_debug) THEN
2865: print_debug('Error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Line');
2866: END IF;
2867: RAISE fnd_api.g_exc_error;
2868: END IF;
2869: --

Line 2872: print_debug('Unexp. error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Line');

2868: END IF;
2869: --
2870: IF l_api_return_status = fnd_api.g_ret_sts_unexp_error THEN
2871: IF (is_debug) THEN
2872: print_debug('Unexp. error from inv_rsv_synch.for_update','Inv_Pick_Release_PVT.Process_Line');
2873: END IF;
2874: RAISE fnd_api.g_exc_unexpected_error;
2875: END IF;*/
2876: /* end bug 7253296 */