DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_TYPES_B

Line 1083: from cs_incident_types_b where incident_type_id = p_request_rec.type_id

1079:
1080: -- for cmro_eam
1081: begin
1082: select maintenance_flag into l_maintenance_flag
1083: from cs_incident_types_b where incident_type_id = p_request_rec.type_id
1084: and incident_subtype=G_SR_SUBTYPE;
1085: exception
1086: when no_data_found then
1087: l_maintenance_flag := NULL;