DBA Data[Home] [Help]

APPS.CS_SR_TASK_AUTOASSIGN_PKG dependencies on CS_INCIDENT_TYPES

Line 456: FROM cs_incident_types

452: l_incident_id := p_incident_id;
453:
454: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_TASK_AUTO_ASSIGN') = 'YES') THEN
455: SELECT business_process_id INTO l_business_process_id
456: FROM cs_incident_types
457: WHERE incident_type_id = p_service_request_rec.type_id;
458: END IF;
459:
460: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"

Line 669: FROM cs_incident_types

665:
666: --
667: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_TASK_AUTO_ASSIGN') = 'YES') THEN
668: SELECT business_process_id INTO l_business_process_id
669: FROM cs_incident_types
670: WHERE incident_type_id = p_service_request_rec.type_id;
671: END IF;
672:
673: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"