DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on INV_RESERVATION_PUB

Line 676: inv_reservation_pub.query_reservation(

672: l_qry_rsv_rec.demand_source_header_id := nvl(p_mso_line_id,fnd_api.g_miss_num);
673: l_qry_rsv_rec.demand_source_line_id := p_demand_info.oe_line_id;
674: l_qry_rsv_rec.demand_source_name := nvl(p_demand_source_name,fnd_api.g_miss_char);
675: l_qry_rsv_rec.supply_source_type_id := inv_reservation_global.g_source_type_inv;
676: inv_reservation_pub.query_reservation(
677: p_api_version_number => 1.0
678: , p_init_msg_lst => fnd_api.g_false
679: , x_return_status => l_api_return_status
680: , x_msg_count => x_msg_count

Line 1119: inv_reservation_pub.update_reservation(

1115: IF (is_debug) THEN
1116: print_debug('Org wide reservation exist', 'Inv_Pick_Release_PVT.Process_Reservations');
1117: print_debug('update reservation', 'Inv_Pick_Release_PVT.Process_Reservations');
1118: END IF;
1119: inv_reservation_pub.update_reservation(
1120: p_api_version_number => 1.0
1121: , p_init_msg_lst => fnd_api.g_false
1122: , x_return_status => l_api_return_status
1123: , x_msg_count => x_msg_count

Line 1146: inv_reservation_pub.query_reservation(

1142: print_debug('query that reservation again',
1143: 'Inv_Pick_release_pvt.Process_Reservations');
1144: END IF;
1145: l_qry_rsv_rec_by_id.reservation_id := l_update_rsv_rec.reservation_id;
1146: inv_reservation_pub.query_reservation(
1147: p_api_version_number => 1.0
1148: , p_init_msg_lst => fnd_api.g_true
1149: , x_return_status => l_api_return_status
1150: , x_msg_count => x_msg_count

Line 1430: inv_reservation_pub.create_reservation(

1426:
1427: IF (is_debug) THEN
1428: print_debug('create new reservation', 'Inv_Pick_Release_PVT.Process_Reservations');
1429: END IF;
1430: inv_reservation_pub.create_reservation(
1431: p_api_version_number => 1.0
1432: , p_init_msg_lst => fnd_api.g_false
1433: , x_return_status => l_api_return_status
1434: , x_msg_count => x_msg_count

Line 1473: inv_reservation_pub.query_reservation(

1469:
1470: -- Query up the reservation which was just created and add it to the
1471: -- filtered table.
1472: l_qry_rsv_rec_by_id.reservation_id := l_org_wide_res_id;
1473: inv_reservation_pub.query_reservation(
1474: p_api_version_number => 1.0
1475: , p_init_msg_lst => fnd_api.g_true
1476: , x_return_status => l_api_return_status
1477: , x_msg_count => x_msg_count

Line 3282: inv_reservation_pub.update_reservation(

3278: l_to_rsv_record.primary_reservation_quantity := l_new_prim_rsv_quantity;
3279: l_to_rsv_record.reservation_quantity := l_new_rsv_quantity;
3280: l_to_rsv_record.secondary_reservation_quantity := l_new_sec_rsv_quantity; -- Bug 6989438
3281:
3282: inv_reservation_pub.update_reservation(
3283: p_api_version_number => 1.0
3284: , p_init_msg_lst => fnd_api.g_false
3285: , x_return_status => l_api_return_status
3286: , x_msg_count => l_count