DBA Data[Home] [Help]

APPS.CS_SR_TASK_AUTOASSIGN_PKG dependencies on CS_INCIDENT_TYPES

Line 475: FROM cs_incident_types

471: l_incident_id := p_incident_id;
472:
473: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_TASK_AUTO_ASSIGN') = 'YES') THEN
474: SELECT business_process_id INTO l_business_process_id
475: FROM cs_incident_types
476: WHERE incident_type_id = p_service_request_rec.type_id;
477: END IF;
478:
479: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"

Line 740: FROM cs_incident_types

736:
737: --
738: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_TASK_AUTO_ASSIGN') = 'YES') THEN
739: SELECT business_process_id INTO l_business_process_id
740: FROM cs_incident_types
741: WHERE incident_type_id = p_service_request_rec.type_id;
742: END IF;
743:
744: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"