DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_ACTIONS dependencies on INV_RESERVATION_PUB

Line 413: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.QUERY_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);

409: -- HW BUG#:2005977 for OPM. Need to branch
410: -- HW OPMCONV - No need to branch code
411: --
412: IF l_debug_on THEN
413: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.QUERY_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
414: END IF;
415: --
416: -- Bug 3431358(Moved this code from top to here)
417: -- 2747520 : Set reservation_type to 'U'nstaged or 'S'taged

Line 481: inv_reservation_pub.query_reservation

477: END IF;
478: END IF;
479: --end of X-dock
480:
481: inv_reservation_pub.query_reservation
482: (p_api_version_number => 1.0,
483: p_init_msg_lst => fnd_api.g_true,
484: x_return_status => l_return_status,
485: x_msg_count => l_msg_count,

Line 807: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_pub.update_resevation 1',WSH_DEBUG_SV.C_PROC_LEVEL);

803: l_rsv_new_rec.secondary_detailed_quantity);
804: END IF;
805:
806: IF l_debug_on THEN
807: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_pub.update_resevation 1',WSH_DEBUG_SV.C_PROC_LEVEL);
808: END IF;
809:
810: -- HW OPMCONV - NULL Qty2 if they are not presents
811: IF ( ( l_rsv_new_rec.secondary_reservation_quantity = 0 OR

Line 824: inv_reservation_pub.update_reservation

820: IF (l_rsv_new_rec.primary_reservation_quantity > 0) THEN
821:
822:
823:
824: inv_reservation_pub.update_reservation
825: (p_api_version_number => 1.0,
826: p_init_msg_lst => fnd_api.g_true,
827: x_return_status => l_return_status,
828: x_msg_count => l_msg_count,

Line 859: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_pub.delete_resevation 1',WSH_DEBUG_SV.C_PROC_LEVEL);

855:
856: ELSE
857:
858: IF l_debug_on THEN
859: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_pub.delete_resevation 1',WSH_DEBUG_SV.C_PROC_LEVEL);
860: END IF;
861:
862: inv_reservation_pub.delete_reservation
863: ( p_api_version_number => 1.0

Line 862: inv_reservation_pub.delete_reservation

858: IF l_debug_on THEN
859: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_pub.delete_resevation 1',WSH_DEBUG_SV.C_PROC_LEVEL);
860: END IF;
861:
862: inv_reservation_pub.delete_reservation
863: ( p_api_version_number => 1.0
864: , p_init_msg_lst => fnd_api.g_true
865: , x_return_status => l_return_status
866: , x_msg_count => l_msg_count

Line 919: -- Calling the API INV_RESERVATION_PUB.transfer_reservation instead of

915:
916: THEN
917: --
918: -- Bug # 9583775 : begin
919: -- Calling the API INV_RESERVATION_PUB.transfer_reservation instead of
920: -- just updating staged flag value. This is req. incase if there are
921: -- other reservation record which is eligible for consolidation with
922: -- the current res. record. If there is no other res. record then INV
923: -- updates the current res. record (old behavior).

Line 946: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.TRANSFER_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);

942: l_rsv_new_rec.secondary_detailed_quantity := NULL;
943: END IF;
944: --
945: IF l_debug_on THEN
946: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.TRANSFER_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
947: END IF;
948: --
949: INV_RESERVATION_PUB.transfer_reservation
950: (

Line 949: INV_RESERVATION_PUB.transfer_reservation

945: IF l_debug_on THEN
946: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.TRANSFER_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
947: END IF;
948: --
949: INV_RESERVATION_PUB.transfer_reservation
950: (
951: p_api_version_number => 1.0
952: , p_init_msg_lst => fnd_api.g_true
953: , x_return_status => l_return_status

Line 985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.DELETE_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);

981: WSH_DEBUG_SV.logmsg(l_module_name, 'CALLING INVS DELETE_RESERVATION' );
982: END IF;
983: --
984: IF l_debug_on THEN
985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.DELETE_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
986: END IF;
987: --
988:
989: inv_reservation_pub.delete_reservation

Line 989: inv_reservation_pub.delete_reservation

985: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.DELETE_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
986: END IF;
987: --
988:
989: inv_reservation_pub.delete_reservation
990: (p_api_version_number => 1.0,
991: p_init_msg_lst => fnd_api.g_true,
992: x_return_status => l_return_status,
993: x_msg_count => l_msg_count,

Line 1171: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.TRANSFER_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);

1167: L_RSV_NEW_REC.SECONDARY_DETAILED_QUANTITY );
1168: END IF;
1169: --
1170: IF l_debug_on THEN
1171: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.TRANSFER_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
1172: END IF;
1173: --
1174: --
1175:

Line 1186: INV_RESERVATION_PUB.transfer_reservation

1182: l_rsv_new_rec.secondary_detailed_quantity := NULL;
1183: END IF;
1184:
1185:
1186: INV_RESERVATION_PUB.transfer_reservation
1187: (p_api_version_number => 1.0,
1188: p_init_msg_lst => fnd_api.g_true,
1189: x_return_status => l_return_status,
1190: x_msg_count => l_msg_count,

Line 1248: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.UPDATE_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);

1244: END IF;
1245:
1246: --
1247: IF l_debug_on THEN
1248: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit INV_RESERVATION_PUB.UPDATE_RESERVATION',WSH_DEBUG_SV.C_PROC_LEVEL);
1249: END IF;
1250: --
1251: -- HW OPMCONV - NULL Qty2 if they are not presents
1252: IF ( l_rsv_new_rec.secondary_reservation_quantity = 0 OR

Line 1259: inv_reservation_pub.update_reservation

1255: l_rsv_new_rec.secondary_reservation_quantity := NULL;
1256:
1257: END IF;
1258:
1259: inv_reservation_pub.update_reservation
1260: (p_api_version_number => 1.0,
1261: p_init_msg_lst => fnd_api.g_true,
1262: x_return_status => l_return_status,
1263: x_msg_count => l_msg_count,