DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_CON_PKG dependencies on CS_INCIDENT_TYPES

Line 725: FROM cs_incident_types

721: l_resource_type := p_group_type;
722:
723: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_AUTO_ASSIGN') = 'YES') THEN
724: SELECT business_process_id INTO l_business_process_id
725: FROM cs_incident_types
726: WHERE incident_type_id = l_sr_rec.type_id;
727: END IF;
728:
729: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"

Line 1059: FROM cs_incident_types

1055: l_group_id := p_group_id ;
1056:
1057: IF (FND_PROFILE.VALUE('CS_SR_USE_BUS_PROC_AUTO_ASSIGN') = 'YES') THEN
1058: SELECT business_process_id INTO l_business_process_id
1059: FROM cs_incident_types
1060: WHERE incident_type_id = l_sr_rec.type_id;
1061: END IF;
1062:
1063: -- 4365612 Removed the profile check "Service : Use Component Subcomponent in Assignment (Reserved)"