DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on PO_RCO_VALIDATION_GRP

Line 686: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqCancel_from_SO', 1 ) ;

682: END IF;
683:
684: IF P_Cancel_Order THEN
685: IF l_debug_level > 0 THEN
686: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqCancel_from_SO', 1 ) ;
687: oe_debug_pub.add( ' Cancelling Requisition Header', 1 ) ;
688: END IF;
689:
690: select order_number, last_update_date

Line 708: PO_RCO_Validation_GRP.Update_ReqCancel_from_SO

704: close Cancel_Lines;
705:
706: SET_ORG_CONTEXT(l_target_org_id);
707:
708: PO_RCO_Validation_GRP.Update_ReqCancel_from_SO
709: ( p_api_version => 4.0 -- Bug12970870, 14211120
710: , p_req_line_id_tbl => l_req_line_id_tbl
711: --, p_req_can_qty_tbl => l_req_can_qty_tbl -- Bug12970870
712: , p_req_can_prim_qty_tbl => l_req_can_qty_tbl -- Bug 14211120

Line 723: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqCancel_from_SO '||l_return_status, 1 ) ;

719:
720: SET_ORG_CONTEXT(l_original_org_id);
721:
722: IF l_debug_level > 0 THEN
723: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqCancel_from_SO '||l_return_status, 1 ) ;
724: END IF;
725:
726: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
727: -- Sales order and corresponding internal requisition has been cancelled

Line 745: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqCancel_from_SO', 1 ) ;

741: l_create_notification := TRUE;
742:
743: ELSIF P_Cancel_Line THEN
744: IF l_debug_level > 0 THEN
745: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqCancel_from_SO', 1 ) ;
746: oe_debug_pub.add( ' Cancelling Requisition Line', 1 ) ;
747: END IF;
748:
749: select order_number

Line 797: PO_RCO_Validation_GRP.Update_ReqCancel_from_SO

793: l_req_can_qty2_tbl(1) := -P_Quantity2_Change ; --Bug 14211120
794:
795: SET_ORG_CONTEXT(l_target_org_id);
796:
797: PO_RCO_Validation_GRP.Update_ReqCancel_from_SO
798: ( p_api_version => 4.0 --Bug12970870 14211120
799: , p_req_line_id_tbl => l_req_line_id_tbl
800: --, p_req_can_qty_tbl => l_req_can_qty_tbl -- Bug12970870
801: , p_req_can_prim_qty_tbl => l_req_can_qty_tbl -- Bug 14211120

Line 812: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqCancel_from_SO '||l_return_status, 5 ) ;

808:
809: SET_ORG_CONTEXT(l_original_org_id);
810:
811: IF l_debug_level > 0 THEN
812: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqCancel_from_SO '||l_return_status, 5 ) ;
813: END IF;
814:
815: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
816: -- Sales order and corresponding internal requisition line has been cancelled

Line 965: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqChange_from_SO', 1 ) ;

961:
962: IF l_call_po_api_for_update THEN
963:
964: IF l_debug_level > 0 THEN
965: oe_debug_pub.add( ' Calling PO_RCO_Validation_GRP.Update_ReqChange_from_SO', 1 ) ;
966: END IF;
967:
968: SET_ORG_CONTEXT(l_target_org_id);
969:

Line 970: PO_RCO_Validation_GRP.Update_ReqChange_from_SO

966: END IF;
967:
968: SET_ORG_CONTEXT(l_target_org_id);
969:
970: PO_RCO_Validation_GRP.Update_ReqChange_from_SO
971: ( p_api_version => 3.0 --Bug 14211120
972: , p_req_line_id => P_Req_Line_id
973: --, p_delta_quantity => P_Quantity_Change --Bug 14211120
974: , p_delta_quantity_prim => P_Quantity_Change --Bug 14211120

Line 983: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqChange_from_SO '||l_return_status, 1);

979:
980: SET_ORG_CONTEXT(l_original_org_id);
981:
982: IF l_debug_level > 0 THEN
983: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Update_ReqChange_from_SO '||l_return_status, 1);
984: END IF;
985:
986: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
987: IF L_change = 'Q' THEN -- Q => Quantity

Line 1078: PO_RCO_Validation_GRP.Get_Preparer_Name

1074: END IF;
1075:
1076: SET_ORG_CONTEXT(l_target_org_id);
1077:
1078: PO_RCO_Validation_GRP.Get_Preparer_Name
1079: ( P_API_Version => 1.0
1080: , P_Req_Hdr_id => p_req_header_id
1081: , x_return_status => l_return_status
1082: , x_preparer_name => l_preparer_name -- Notification performer

Line 1088: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Get_Preparer_Name '||l_return_status, 1 ) ;

1084:
1085: SET_ORG_CONTEXT(l_original_org_id);
1086:
1087: IF l_debug_level > 0 THEN
1088: oe_debug_pub.add( ' After PO_RCO_Validation_GRP.Get_Preparer_Name '||l_return_status, 1 ) ;
1089: END IF;
1090:
1091: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1092: -- Unable to save the changes as the corresponding Internal Requisition can not be updated