DBA Data[Home] [Help]

APPS.AHL_MM_CANNIBALIZATION_PVT dependencies on AHL_UMP_NONROUTINES_PVT

Line 125: l_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;

121: l_sup_mat_det_rec get_supply_inst_details%ROWTYPE;
122: l_get_wo_det get_wo_det%ROWTYPE;
123:
124: l_rep_can_mat_req_tab AHL_PP_MATERIALS_PVT.Req_Material_Tbl_Type;
125: l_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;
126: l_rep_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;
127:
128: -- FOR WO - WO
129: l_rsv_rec AHL_MM_RESERVATIONS_PVT.mtl_reservation_rec_type;

Line 126: l_rep_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;

122: l_get_wo_det get_wo_det%ROWTYPE;
123:
124: l_rep_can_mat_req_tab AHL_PP_MATERIALS_PVT.Req_Material_Tbl_Type;
125: l_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;
126: l_rep_cannibalization_sr_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;
127:
128: -- FOR WO - WO
129: l_rsv_rec AHL_MM_RESERVATIONS_PVT.mtl_reservation_rec_type;
130: l_serial_number_tbl AHL_MM_RESERVATIONS_PVT.serial_number_tbl_type;

Line 583: -- p_x_sr_task_rec IN OUT AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type Required

579: -- x_msg_count OUT NUMBER Required
580: -- x_msg_data OUT VARCHAR2 Required
581: --
582: -- process_cannibalization Parameters:
583: -- p_x_sr_task_rec IN OUT AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type Required
584: -- p_visit_id IN NUMBER
585: -- Input parameters in a record for NR WO creation and Visit_id to associate
586: --
587: -- Version :

Line 604: p_x_sr_task_rec IN OUT NOCOPY AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type,

600: p_module_type IN VARCHAR2 := 'API',
601: x_return_status OUT NOCOPY VARCHAR2,
602: x_msg_count OUT NOCOPY NUMBER,
603: x_msg_data OUT NOCOPY VARCHAR2,
604: p_x_sr_task_rec IN OUT NOCOPY AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type,
605: p_visit_id IN NUMBER,
606: p_orig_task_id IN NUMBER,
607: p_rts_flag IN VARCHAR2
608: )

Line 645: l_nr_task_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;

641: j NUMBER := 1;
642:
643:
644:
645: l_nr_task_rec AHL_UMP_NONROUTINES_PVT.NonRoutine_Rec_Type;
646: l_create_task_tbl AHL_VWP_RULES_PVT.Task_Tbl_Type;
647: l_upd_rts_task_tbl AHL_VWP_RULES_PVT.Task_Tbl_Type;
648: l_sr_task_tbl AHL_PRD_NONROUTINE_PVT.sr_task_tbl_type;
649: l_prd_workorder_rec AHL_PRD_WORKORDER_PVT.prd_workorder_rec;

Line 691: AHL_UMP_NONROUTINES_PVT.Create_SR

687: FND_MSG_PUB.initialize;
688: END IF;
689:
690: -- STEP 1: Call SR API to create Non-routine.
691: AHL_UMP_NONROUTINES_PVT.Create_SR
692: (
693: p_api_version => 1.0,
694: p_init_msg_list => FND_API.G_FALSE,
695: p_commit => FND_API.G_FALSE,

Line 711: AHL_DEBUG_PUB.debug(G_PKG_NAME || '.' || l_api_name || '::After calling AHL_UMP_NONROUTINES_PVT.Create_SR::l_return_status:: '||l_return_status);

707: RAISE FND_API.G_EXC_ERROR;
708: END IF;
709:
710: IF G_DEBUG = 'Y' THEN
711: AHL_DEBUG_PUB.debug(G_PKG_NAME || '.' || l_api_name || '::After calling AHL_UMP_NONROUTINES_PVT.Create_SR::l_return_status:: '||l_return_status);
712: AHL_DEBUG_PUB.debug(G_PKG_NAME || '.' || l_api_name || '::Service Request ID->'||p_x_sr_task_rec.incident_id|| '::Service Request Status->'||p_x_sr_task_rec.status_id);
713: END IF;
714:
715: -- retrieve unit effectivity id corresponding to the SR