DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on CS_INCIDENT_TYPES_VL

Line 25: , cs_incident_types_vl inctype

21: , lkp.start_Date_active lkup_start_Date
22: , lkp.end_date_active lkup_end_Date
23: ,srattr.sr_type_attr_seq_num
24: from cug_sr_type_attr_maps_vl srattr
25: , cs_incident_types_vl inctype
26: , fnd_lookup_values lkp
27: where srattr.incident_type_id = inctype.incident_type_id
28: and srattr.sr_attribute_code = lkp.lookup_code
29: and lkp.lookup_type = 'CUG_SR_TYPE_ATTRIBUTES'

Line 553: , cs_incident_types_vl cs

549: , attr.end_date_active end_date_active
550: from cug_sr_type_attr_maps_vl attr
551: , fnd_lookup_types lkps
552: , fnd_lookups lkps1
553: , cs_incident_types_vl cs
554: where lkps.lookup_type = attr.sr_attribute_list_name
555: and attr.sr_attribute_list_name = p_lookup_type
556: and lkps1.lookup_code = attr.sr_attribute_code
557: and cs.incident_type_id = attr.incident_type_id